COLOR #6B9DF4

HEX: #6B9DF4
RGB: (107,157,244)

Color info

#6B9DF4 contains mainly blue color. Web safe color of #6B9DF4 is #6699FF (or #69F).

RGB color model

#6B9DF4 color RGB value is (107,157,244).

  • red value is 107;
  • green value is 157;
  • blue value is 244.
RGB:
(107,157,244)
(42%,62%,96%)

RGB channels and saturation

R 107 of 255 = 42%
G 157 of 255 = 62%
B 244 of 255 = 96%

107
157
244

R + G + B ~ 67%. #6B9DF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 157 + 244 = 508 (100%)
R 107 of 508 ~ 21.06%
G 157 of 508 ~ 30.91%
B 244 of 508 ~ 48.03%

%21.06
%30.91
%48.03

CMYK color model

#6B9DF4 color CMYK value is (56,36,0,4).

  • cyan value is 56.15%
  • magenta value is 35.66%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(56,36,0,4)
C56M36Y0K4 
(56%,36%,0%,4%)
(0.56/0.36/0.00/0.04)	

CMYK percentages

%56.15
%35.66
%0
%4.31

Codes

Color #6B9DF4 in popluar color models

6B9DF4
RGB107157244
HSL218°86.16%68.82%
HSB/HSV218°56.15%95.69%
CMYK56.15%35.66%0.00%
4.31%

Color #6B9DF4 in popluar number systems.

HEX6B9DF4
Decimal107157244
Binary11010111001110111110100
Octal153235364

Shades and tints

Shades of #6B9DF4

#6B9DF4
(107,157,244)
#628FDE
(98,143,222)
#5981C8
(89,129,200)
#5073B2
(80,115,178)
#47659C
(71,101,156)
#3E5786
(62,87,134)
#354970
(53,73,112)
#2C3B5A
(44,59,90)
#232D44
(35,45,68)
#1A1F2E
(26,31,46)
#111118
(17,17,24)
#000000
(0,0,0)

Tints of #6B9DF4

#6B9DF4
(107,157,244)
#78A5F5
(120,165,245)
#85ADF6
(133,173,246)
#92B5F7
(146,181,247)
#9FBDF8
(159,189,248)
#ACC5F9
(172,197,249)
#B9CDFA
(185,205,250)
#C6D5FB
(198,213,251)
#D3DDFC
(211,221,252)
#E0E5FD
(224,229,253)
#EDEDFE
(237,237,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B9DF4 color. Also use rgb(107,157,244) instead hex code.

Text Font Color

.myTextColor { color: #6B9DF4; }

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

This text font color is #6B9DF4.


Background Color

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

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

This div background color is #6B9DF4.


Border color

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

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

This div border color is #6B9DF4.


Opacity

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

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

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

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

This text has shadow with #6B9DF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9DF4 on black background.


Color preview on white background

This text has color #6B9DF4 on white background.



Black color preview on #6B9DF4 background

This text has black color on #6B9DF4 background.


White color preview on #6B9DF4 background

This text has white color on #6B9DF4 background.