COLOR #6B92C9

HEX: #6B92C9 RGB: (107,146,201)

Color info

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

RGB color model

#6B92C9 color RGB value is (107,146,201).

RGB: (107,146,201) (42%, 57%, 79%)

RGB channels and saturation

R 107 of 255 = 42%
G 146 of 255 = 57%
B 201 of 255 = 79%

107
146
201

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

Portions of RGB colors in percentages

R + G + B = 107 + 146 + 201 = 454 (100%)
R 107 of 454 ~ 23.57%
G 146 of 454 ~ 32.16%
B 201 of 454 ~ 44.27'%

%23.57
%32.16
%44.27

CMYK color model

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

  • cyan value is 46.77%
  • magenta value is 27.36%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (47,27,0,21)
C47M27Y0K21 (47%, 27%, 0%, 21%)
(0.47 / 0.27 / 0.00 / 0.21)

CMYK percentages

%46.77
%27.36
%0
%21.18

Codes

Color #6B92C9 in popluar color models

6B 92 C9
RGB 107 146 201
HSL 215° 46.53% 60.39%
HSB/HSV 215° 46.77% 78.82%
CMYK 46.77% 27.36% 0.00%
21.18%

Color #6B92C9 in popluar number systems.

HEX 6B 92 C9
Decimal 107 146 201
Binary 1101011 10010010 11001001
Octal 153 222 311

Shades and tints

Shades of #6B92C9

#6B92C9
(107,146,201)
#6285B7
(98,133,183)
#5978A5
(89,120,165)
#506B93
(80,107,147)
#475E81
(71,94,129)
#3E516F
(62,81,111)
#35445D
(53,68,93)
#2C374B
(44,55,75)
#232A39
(35,42,57)
#1A1D27
(26,29,39)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #6B92C9

#6B92C9
(107,146,201)
#789BCD
(120,155,205)
#85A4D1
(133,164,209)
#92ADD5
(146,173,213)
#9FB6D9
(159,182,217)
#ACBFDD
(172,191,221)
#B9C8E1
(185,200,225)
#C6D1E5
(198,209,229)
#D3DAE9
(211,218,233)
#E0E3ED
(224,227,237)
#EDECF1
(237,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6B92C9 color. Also use rgb(107,146,201) instead hex code.

Text Font Color

.myTextColor { color: #6B92C9; }

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

This text font color is #6B92C9.

Background Color

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

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

This div background color is #6B92C9.

Border color

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

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

This div border color is #6B92C9.

Opacity

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

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

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

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

This text has shadow with #6B92C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6B92C9.

Preview

Color preview on black background

This text has color #6B92C9 on black background.


Color preview on white background

This text has color #6B92C9 on white background.


Black color preview on #6B92C9 background

This text has black color on #6B92C9 background.


White color preview on #6B92C9 background

This text has white color on #6B92C9 background.


Related colors

Complementary color

Complementary color for #hex is #946D36.


I love getcolorcode.com

Triadic colors

1 #C96B92 and #92C96B with #6B92C9 are triadic colors.

2 #C9926B and #926BC9 with #6B92C9 are triadic colors.