COLOR #6B91C6

HEX: #6B91C6
RGB: (107,145,198)

Color info

#6B91C6 contains mainly green and blue colors. Web safe color of #6B91C6 is #6699CC (or #69C).

RGB color model

#6B91C6 color RGB value is (107,145,198).

  • red value is 107;
  • green value is 145;
  • blue value is 198.
RGB:
(107,145,198)
(42%,57%,78%)

RGB channels and saturation

R 107 of 255 = 42%
G 145 of 255 = 57%
B 198 of 255 = 78%

107
145
198

R + G + B ~ 59%. #6B91C6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
107 + 145 + 198 = 450 (100%)
R 107 of 450 ~ 23.78%
G 145 of 450 ~ 32.22%
B 198 of 450 ~ 44%

%23.78
%32.22
%44

CMYK color model

#6B91C6 color CMYK value is (46,27,0,22).

  • cyan value is 45.96%
  • magenta value is 26.77%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(46,27,0,22)
C46M27Y0K22 
(46%,27%,0%,22%)
(0.46/0.27/0.00/0.22)	

CMYK percentages

%45.96
%26.77
%0
%22.35

Codes

Color #6B91C6 in popluar color models

6B91C6
RGB107145198
HSL215°44.39%59.80%
HSB/HSV215°45.96%77.65%
CMYK45.96%26.77%0.00%
22.35%

Color #6B91C6 in popluar number systems.

HEX6B91C6
Decimal107145198
Binary11010111001000111000110
Octal153221306

Shades and tints

Shades of #6B91C6

#6B91C6
(107,145,198)
#6284B4
(98,132,180)
#5977A2
(89,119,162)
#506A90
(80,106,144)
#475D7E
(71,93,126)
#3E506C
(62,80,108)
#35435A
(53,67,90)
#2C3648
(44,54,72)
#232936
(35,41,54)
#1A1C24
(26,28,36)
#110F12
(17,15,18)
#000000
(0,0,0)

Tints of #6B91C6

#6B91C6
(107,145,198)
#789BCB
(120,155,203)
#85A5D0
(133,165,208)
#92AFD5
(146,175,213)
#9FB9DA
(159,185,218)
#ACC3DF
(172,195,223)
#B9CDE4
(185,205,228)
#C6D7E9
(198,215,233)
#D3E1EE
(211,225,238)
#E0EBF3
(224,235,243)
#EDF5F8
(237,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B91C6 color. Also use rgb(107,145,198) instead hex code.

Text Font Color

.myTextColor { color: #6B91C6; }

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

This text font color is #6B91C6.


Background Color

.myBgColor { background-color: #6B91C6; }

<div style="background-color:#6B91C6">Inner text</div>

This div background color is #6B91C6.


Border color

.myBorderColor { border: 1px solid #6B91C6; }

<div style="border:3px solid #6B91C6">Div</div>

This div border color is #6B91C6.


Opacity

.myOpacity80 { color: #6B91C6; opacity: 0.8; }

<p style="color:#6B91C6;opacity:0.8;">80%</p>

Text with #6B91C6 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 #6B91C6;}

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

This text has shadow with #6B91C6 color.

.textShadow {text-shadow: 3px 3px 1px #6B91C6, 3px 3px 1px red;}

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

This text has shadow with #6B91C6 primary color and red secondary color.


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

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

This text has shadow with #6B91C6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B91C6 on black background.


Color preview on white background

This text has color #6B91C6 on white background.



Black color preview on #6B91C6 background

This text has black color on #6B91C6 background.


White color preview on #6B91C6 background

This text has white color on #6B91C6 background.