COLOR #6196E7

HEX: #6196E7
RGB: (97,150,231)

Color info

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

RGB color model

#6196E7 color RGB value is (97,150,231).

  • red value is 97;
  • green value is 150;
  • blue value is 231.
RGB:
(97,150,231)
(38%,59%,91%)

RGB channels and saturation

R 97 of 255 = 38%
G 150 of 255 = 59%
B 231 of 255 = 91%

97
150
231

R + G + B ~ 63%. #6196E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
97 + 150 + 231 = 478 (100%)
R 97 of 478 ~ 20.29%
G 150 of 478 ~ 31.38%
B 231 of 478 ~ 48.33%

%20.29
%31.38
%48.33

CMYK color model

#6196E7 color CMYK value is (58,35,0,9).

  • cyan value is 58.01%
  • magenta value is 35.06%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(58,35,0,9)
C58M35Y0K9 
(58%,35%,0%,9%)
(0.58/0.35/0.00/0.09)	

CMYK percentages

%58.01
%35.06
%0
%9.41

Codes

Color #6196E7 in popluar color models

6196E7
RGB97150231
HSL216°73.63%64.31%
HSB/HSV216°58.01%90.59%
CMYK58.01%35.06%0.00%
9.41%

Color #6196E7 in popluar number systems.

HEX6196E7
Decimal97150231
Binary11000011001011011100111
Octal141226347

Shades and tints

Shades of #6196E7

#6196E7
(97,150,231)
#5989D2
(89,137,210)
#517CBD
(81,124,189)
#496FA8
(73,111,168)
#416293
(65,98,147)
#39557E
(57,85,126)
#314869
(49,72,105)
#293B54
(41,59,84)
#212E3F
(33,46,63)
#19212A
(25,33,42)
#111415
(17,20,21)
#000000
(0,0,0)

Tints of #6196E7

#6196E7
(97,150,231)
#6F9FE9
(111,159,233)
#7DA8EB
(125,168,235)
#8BB1ED
(139,177,237)
#99BAEF
(153,186,239)
#A7C3F1
(167,195,241)
#B5CCF3
(181,204,243)
#C3D5F5
(195,213,245)
#D1DEF7
(209,222,247)
#DFE7F9
(223,231,249)
#EDF0FB
(237,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6196E7 color. Also use rgb(97,150,231) instead hex code.

Text Font Color

.myTextColor { color: #6196E7; }

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

This text font color is #6196E7.


Background Color

.myBgColor { background-color: #6196E7; }

<div style="background-color:#6196E7">Inner text</div>

This div background color is #6196E7.


Border color

.myBorderColor { border: 1px solid #6196E7; }

<div style="border:3px solid #6196E7">Div</div>

This div border color is #6196E7.


Opacity

.myOpacity80 { color: #6196E7; opacity: 0.8; }

<p style="color:#6196E7;opacity:0.8;">80%</p>

Text with #6196E7 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 #6196E7;}

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

This text has shadow with #6196E7 color.

.textShadow {text-shadow: 3px 3px 1px #6196E7, 3px 3px 1px red;}

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

This text has shadow with #6196E7 primary color and red secondary color.


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

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

This text has shadow with #6196E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6196E7 on black background.


Color preview on white background

This text has color #6196E7 on white background.



Black color preview on #6196E7 background

This text has black color on #6196E7 background.


White color preview on #6196E7 background

This text has white color on #6196E7 background.