COLOR #6B9FE7

HEX: #6B9FE7
RGB: (107,159,231)

Color info

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

RGB color model

#6B9FE7 color RGB value is (107,159,231).

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

RGB channels and saturation

R 107 of 255 = 42%
G 159 of 255 = 62%
B 231 of 255 = 91%

107
159
231

R + G + B ~ 65%. #6B9FE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
107 + 159 + 231 = 497 (100%)
R 107 of 497 ~ 21.53%
G 159 of 497 ~ 31.99%
B 231 of 497 ~ 46.48%

%21.53
%31.99
%46.48

CMYK color model

#6B9FE7 color CMYK value is (54,31,0,9).

  • cyan value is 53.68%
  • magenta value is 31.17%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(54,31,0,9)
C54M31Y0K9 
(54%,31%,0%,9%)
(0.54/0.31/0.00/0.09)	

CMYK percentages

%53.68
%31.17
%0
%9.41

Codes

Color #6B9FE7 in popluar color models

6B9FE7
RGB107159231
HSL215°72.09%66.27%
HSB/HSV215°53.68%90.59%
CMYK53.68%31.17%0.00%
9.41%

Color #6B9FE7 in popluar number systems.

HEX6B9FE7
Decimal107159231
Binary11010111001111111100111
Octal153237347

Shades and tints

Shades of #6B9FE7

#6B9FE7
(107,159,231)
#6291D2
(98,145,210)
#5983BD
(89,131,189)
#5075A8
(80,117,168)
#476793
(71,103,147)
#3E597E
(62,89,126)
#354B69
(53,75,105)
#2C3D54
(44,61,84)
#232F3F
(35,47,63)
#1A212A
(26,33,42)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #6B9FE7

#6B9FE7
(107,159,231)
#78A7E9
(120,167,233)
#85AFEB
(133,175,235)
#92B7ED
(146,183,237)
#9FBFEF
(159,191,239)
#ACC7F1
(172,199,241)
#B9CFF3
(185,207,243)
#C6D7F5
(198,215,245)
#D3DFF7
(211,223,247)
#E0E7F9
(224,231,249)
#EDEFFB
(237,239,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6B9FE7; }

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

This text font color is #6B9FE7.


Background Color

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

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

This div background color is #6B9FE7.


Border color

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

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

This div border color is #6B9FE7.


Opacity

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

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

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

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

This text has shadow with #6B9FE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6B9FE7 on black background.


Color preview on white background

This text has color #6B9FE7 on white background.



Black color preview on #6B9FE7 background

This text has black color on #6B9FE7 background.


White color preview on #6B9FE7 background

This text has white color on #6B9FE7 background.