COLOR #6B9EE3

HEX: #6B9EE3
RGB: (107,158,227)

Color info

#6B9EE3 contains mainly blue color. Web safe color of #6B9EE3 is #6699CC (or #69C).

RGB color model

#6B9EE3 color RGB value is (107,158,227).

  • red value is 107;
  • green value is 158;
  • blue value is 227.
RGB:
(107,158,227)
(42%,62%,89%)

RGB channels and saturation

R 107 of 255 = 42%
G 158 of 255 = 62%
B 227 of 255 = 89%

107
158
227

R + G + B ~ 64%. #6B9EE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 158 + 227 = 492 (100%)
R 107 of 492 ~ 21.75%
G 158 of 492 ~ 32.11%
B 227 of 492 ~ 46.14%

%21.75
%32.11
%46.14

CMYK color model

#6B9EE3 color CMYK value is (53,30,0,11).

  • cyan value is 52.86%
  • magenta value is 30.40%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(53,30,0,11)
C53M30Y0K11 
(53%,30%,0%,11%)
(0.53/0.30/0.00/0.11)	

CMYK percentages

%52.86
%30.4
%0
%10.98

Codes

Color #6B9EE3 in popluar color models

6B9EE3
RGB107158227
HSL215°68.18%65.49%
HSB/HSV215°52.86%89.02%
CMYK52.86%30.40%0.00%
10.98%

Color #6B9EE3 in popluar number systems.

HEX6B9EE3
Decimal107158227
Binary11010111001111011100011
Octal153236343

Shades and tints

Shades of #6B9EE3

#6B9EE3
(107,158,227)
#6290CF
(98,144,207)
#5982BB
(89,130,187)
#5074A7
(80,116,167)
#476693
(71,102,147)
#3E587F
(62,88,127)
#354A6B
(53,74,107)
#2C3C57
(44,60,87)
#232E43
(35,46,67)
#1A202F
(26,32,47)
#11121B
(17,18,27)
#000000
(0,0,0)

Tints of #6B9EE3

#6B9EE3
(107,158,227)
#78A6E5
(120,166,229)
#85AEE7
(133,174,231)
#92B6E9
(146,182,233)
#9FBEEB
(159,190,235)
#ACC6ED
(172,198,237)
#B9CEEF
(185,206,239)
#C6D6F1
(198,214,241)
#D3DEF3
(211,222,243)
#E0E6F5
(224,230,245)
#EDEEF7
(237,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9EE3 color. Also use rgb(107,158,227) instead hex code.

Text Font Color

.myTextColor { color: #6B9EE3; }

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

This text font color is #6B9EE3.


Background Color

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

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

This div background color is #6B9EE3.


Border color

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

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

This div border color is #6B9EE3.


Opacity

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

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

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

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

This text has shadow with #6B9EE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9EE3 on black background.


Color preview on white background

This text has color #6B9EE3 on white background.



Black color preview on #6B9EE3 background

This text has black color on #6B9EE3 background.


White color preview on #6B9EE3 background

This text has white color on #6B9EE3 background.