COLOR #6B8ED0

HEX: #6B8ED0
RGB: (107,142,208)

Color info

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

RGB color model

#6B8ED0 color RGB value is (107,142,208).

  • red value is 107;
  • green value is 142;
  • blue value is 208.
RGB:
(107,142,208)
(42%,56%,82%)

RGB channels and saturation

R 107 of 255 = 42%
G 142 of 255 = 56%
B 208 of 255 = 82%

107
142
208

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

Portions of RGB colors in percentages

R + G + B =
107 + 142 + 208 = 457 (100%)
R 107 of 457 ~ 23.41%
G 142 of 457 ~ 31.07%
B 208 of 457 ~ 45.51%

%23.41
%31.07
%45.51

CMYK color model

#6B8ED0 color CMYK value is (49,32,0,18).

  • cyan value is 48.56%
  • magenta value is 31.73%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(49,32,0,18)
C49M32Y0K18 
(49%,32%,0%,18%)
(0.49/0.32/0.00/0.18)	

CMYK percentages

%48.56
%31.73
%0
%18.43

Codes

Color #6B8ED0 in popluar color models

6B8ED0
RGB107142208
HSL219°51.79%61.76%
HSB/HSV219°48.56%81.57%
CMYK48.56%31.73%0.00%
18.43%

Color #6B8ED0 in popluar number systems.

HEX6B8ED0
Decimal107142208
Binary11010111000111011010000
Octal153216320

Shades and tints

Shades of #6B8ED0

#6B8ED0
(107,142,208)
#6282BE
(98,130,190)
#5976AC
(89,118,172)
#506A9A
(80,106,154)
#475E88
(71,94,136)
#3E5276
(62,82,118)
#354664
(53,70,100)
#2C3A52
(44,58,82)
#232E40
(35,46,64)
#1A222E
(26,34,46)
#11161C
(17,22,28)
#000000
(0,0,0)

Tints of #6B8ED0

#6B8ED0
(107,142,208)
#7898D4
(120,152,212)
#85A2D8
(133,162,216)
#92ACDC
(146,172,220)
#9FB6E0
(159,182,224)
#ACC0E4
(172,192,228)
#B9CAE8
(185,202,232)
#C6D4EC
(198,212,236)
#D3DEF0
(211,222,240)
#E0E8F4
(224,232,244)
#EDF2F8
(237,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8ED0 color. Also use rgb(107,142,208) instead hex code.

Text Font Color

.myTextColor { color: #6B8ED0; }

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

This text font color is #6B8ED0.


Background Color

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

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

This div background color is #6B8ED0.


Border color

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

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

This div border color is #6B8ED0.


Opacity

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

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

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

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

This text has shadow with #6B8ED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8ED0 on black background.


Color preview on white background

This text has color #6B8ED0 on white background.



Black color preview on #6B8ED0 background

This text has black color on #6B8ED0 background.


White color preview on #6B8ED0 background

This text has white color on #6B8ED0 background.