COLOR #6182F1

HEX: #6182F1
RGB: (97,130,241)

Color info

#6182F1 contains mainly blue color. Web safe color of #6182F1 is #6699FF (or #69F).

RGB color model

#6182F1 color RGB value is (97,130,241).

  • red value is 97;
  • green value is 130;
  • blue value is 241.
RGB:
(97,130,241)
(38%,51%,95%)

RGB channels and saturation

R 97 of 255 = 38%
G 130 of 255 = 51%
B 241 of 255 = 95%

97
130
241

R + G + B ~ 61%. #6182F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 130 + 241 = 468 (100%)
R 97 of 468 ~ 20.73%
G 130 of 468 ~ 27.78%
B 241 of 468 ~ 51.5%

%20.73
%27.78
%51.5

CMYK color model

#6182F1 color CMYK value is (60,46,0,5).

  • cyan value is 59.75%
  • magenta value is 46.06%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(60,46,0,5)
C60M46Y0K5 
(60%,46%,0%,5%)
(0.60/0.46/0.00/0.05)	

CMYK percentages

%59.75
%46.06
%0
%5.49

Codes

Color #6182F1 in popluar color models

6182F1
RGB97130241
HSL226°83.72%66.27%
HSB/HSV226°59.75%94.51%
CMYK59.75%46.06%0.00%
5.49%

Color #6182F1 in popluar number systems.

HEX6182F1
Decimal97130241
Binary11000011000001011110001
Octal141202361

Shades and tints

Shades of #6182F1

#6182F1
(97,130,241)
#5977DC
(89,119,220)
#516CC7
(81,108,199)
#4961B2
(73,97,178)
#41569D
(65,86,157)
#394B88
(57,75,136)
#314073
(49,64,115)
#29355E
(41,53,94)
#212A49
(33,42,73)
#191F34
(25,31,52)
#11141F
(17,20,31)
#000000
(0,0,0)

Tints of #6182F1

#6182F1
(97,130,241)
#6F8DF2
(111,141,242)
#7D98F3
(125,152,243)
#8BA3F4
(139,163,244)
#99AEF5
(153,174,245)
#A7B9F6
(167,185,246)
#B5C4F7
(181,196,247)
#C3CFF8
(195,207,248)
#D1DAF9
(209,218,249)
#DFE5FA
(223,229,250)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6182F1 color. Also use rgb(97,130,241) instead hex code.

Text Font Color

.myTextColor { color: #6182F1; }

<p style="color:#6182F1">This sample text font color is #6182F1.</p>

This text font color is #6182F1.


Background Color

.myBgColor { background-color: #6182F1; }

<div style="background-color:#6182F1">Inner text</div>

This div background color is #6182F1.


Border color

.myBorderColor { border: 1px solid #6182F1; }

<div style="border:3px solid #6182F1">Div</div>

This div border color is #6182F1.


Opacity

.myOpacity80 { color: #6182F1; opacity: 0.8; }

<p style="color:#6182F1;opacity:0.8;">80%</p>

Text with #6182F1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6182F1;}

<p style="text-shadow: 3px 3px 1px #6182F1">Text here.</p>

This text has shadow with #6182F1 color.

.textShadow {text-shadow: 3px 3px 1px #6182F1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6182F1, 5px 5px 20px red">Text here.</p>

This text has shadow with #6182F1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6182F1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6182F1, Direction=45, Strength=4)">Text</p>

This text has shadow with #6182F1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6182F1;
  -webkit-box-shadow:	1px 1px 3px 2px #6182F1;
  box-shadow:		1px 1px 3px 2px #6182F1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6182F1;
-webkit-box-shadow: 1px 1px 3px 2px #6182F1;
box-shadow:1px 1px 3px 2px #6182F1;">
Div content here</div>
This div box has shadow with color #6182F1.

Preview

Color preview on black background

This text has color #6182F1 on black background.


Color preview on white background

This text has color #6182F1 on white background.



Black color preview on #6182F1 background

This text has black color on #6182F1 background.


White color preview on #6182F1 background

This text has white color on #6182F1 background.