COLOR #6B8FC4

HEX: #6B8FC4
RGB: (107,143,196)

Color info

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

RGB color model

#6B8FC4 color RGB value is (107,143,196).

  • red value is 107;
  • green value is 143;
  • blue value is 196.
RGB:
(107,143,196)
(42%,56%,77%)

RGB channels and saturation

R 107 of 255 = 42%
G 143 of 255 = 56%
B 196 of 255 = 77%

107
143
196

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

Portions of RGB colors in percentages

R + G + B =
107 + 143 + 196 = 446 (100%)
R 107 of 446 ~ 23.99%
G 143 of 446 ~ 32.06%
B 196 of 446 ~ 43.95%

%23.99
%32.06
%43.95

CMYK color model

#6B8FC4 color CMYK value is (45,27,0,23).

  • cyan value is 45.41%
  • magenta value is 27.04%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(45,27,0,23)
C45M27Y0K23 
(45%,27%,0%,23%)
(0.45/0.27/0.00/0.23)	

CMYK percentages

%45.41
%27.04
%0
%23.14

Codes

Color #6B8FC4 in popluar color models

6B8FC4
RGB107143196
HSL216°43.00%59.41%
HSB/HSV216°45.41%76.86%
CMYK45.41%27.04%0.00%
23.14%

Color #6B8FC4 in popluar number systems.

HEX6B8FC4
Decimal107143196
Binary11010111000111111000100
Octal153217304

Shades and tints

Shades of #6B8FC4

#6B8FC4
(107,143,196)
#6282B3
(98,130,179)
#5975A2
(89,117,162)
#506891
(80,104,145)
#475B80
(71,91,128)
#3E4E6F
(62,78,111)
#35415E
(53,65,94)
#2C344D
(44,52,77)
#23273C
(35,39,60)
#1A1A2B
(26,26,43)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #6B8FC4

#6B8FC4
(107,143,196)
#7899C9
(120,153,201)
#85A3CE
(133,163,206)
#92ADD3
(146,173,211)
#9FB7D8
(159,183,216)
#ACC1DD
(172,193,221)
#B9CBE2
(185,203,226)
#C6D5E7
(198,213,231)
#D3DFEC
(211,223,236)
#E0E9F1
(224,233,241)
#EDF3F6
(237,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B8FC4 color. Also use rgb(107,143,196) instead hex code.

Text Font Color

.myTextColor { color: #6B8FC4; }

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

This text font color is #6B8FC4.


Background Color

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

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

This div background color is #6B8FC4.


Border color

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

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

This div border color is #6B8FC4.


Opacity

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

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

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

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

This text has shadow with #6B8FC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B8FC4 on black background.


Color preview on white background

This text has color #6B8FC4 on white background.



Black color preview on #6B8FC4 background

This text has black color on #6B8FC4 background.


White color preview on #6B8FC4 background

This text has white color on #6B8FC4 background.