COLOR #6B9FCA

HEX: #6B9FCA
RGB: (107,159,202)

Color info

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

RGB color model

#6B9FCA color RGB value is (107,159,202).

  • red value is 107;
  • green value is 159;
  • blue value is 202.
RGB:
(107,159,202)
(42%,62%,79%)

RGB channels and saturation

R 107 of 255 = 42%
G 159 of 255 = 62%
B 202 of 255 = 79%

107
159
202

R + G + B ~ 61%. #6B9FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 159 + 202 = 468 (100%)
R 107 of 468 ~ 22.86%
G 159 of 468 ~ 33.97%
B 202 of 468 ~ 43.16%

%22.86
%33.97
%43.16

CMYK color model

#6B9FCA color CMYK value is (47,21,0,21).

  • cyan value is 47.03%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(47,21,0,21)
C47M21Y0K21 
(47%,21%,0%,21%)
(0.47/0.21/0.00/0.21)	

CMYK percentages

%47.03
%21.29
%0
%20.78

Codes

Color #6B9FCA in popluar color models

6B9FCA
RGB107159202
HSL207°47.26%60.59%
HSB/HSV207°47.03%79.22%
CMYK47.03%21.29%0.00%
20.78%

Color #6B9FCA in popluar number systems.

HEX6B9FCA
Decimal107159202
Binary11010111001111111001010
Octal153237312

Shades and tints

Shades of #6B9FCA

#6B9FCA
(107,159,202)
#6291B8
(98,145,184)
#5983A6
(89,131,166)
#507594
(80,117,148)
#476782
(71,103,130)
#3E5970
(62,89,112)
#354B5E
(53,75,94)
#2C3D4C
(44,61,76)
#232F3A
(35,47,58)
#1A2128
(26,33,40)
#111316
(17,19,22)
#000000
(0,0,0)

Tints of #6B9FCA

#6B9FCA
(107,159,202)
#78A7CE
(120,167,206)
#85AFD2
(133,175,210)
#92B7D6
(146,183,214)
#9FBFDA
(159,191,218)
#ACC7DE
(172,199,222)
#B9CFE2
(185,207,226)
#C6D7E6
(198,215,230)
#D3DFEA
(211,223,234)
#E0E7EE
(224,231,238)
#EDEFF2
(237,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9FCA color. Also use rgb(107,159,202) instead hex code.

Text Font Color

.myTextColor { color: #6B9FCA; }

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

This text font color is #6B9FCA.


Background Color

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

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

This div background color is #6B9FCA.


Border color

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

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

This div border color is #6B9FCA.


Opacity

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

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

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

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

This text has shadow with #6B9FCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9FCA on black background.


Color preview on white background

This text has color #6B9FCA on white background.



Black color preview on #6B9FCA background

This text has black color on #6B9FCA background.


White color preview on #6B9FCA background

This text has white color on #6B9FCA background.