COLOR #6992E4

HEX: #6992E4 RGB: (105,146,228)

Color info

#6992E4 contains mainly blue color. Web safe color of #6992E4 is #6699CC (or #69C).

RGB color model

#6992E4 color RGB value is (105,146,228).

RGB: (105,146,228) (41%, 57%, 89%)

RGB channels and saturation

R 105 of 255 = 41%
G 146 of 255 = 57%
B 228 of 255 = 89%

105
146
228

R + G + B ~ 62%. #6992E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 105 + 146 + 228 = 479 (100%)
R 105 of 479 ~ 21.92%
G 146 of 479 ~ 30.48%
B 228 of 479 ~ 47.6'%

%21.92
%30.48
%47.6

CMYK color model

#6992E4 color CMYK value is (54,36,0,11).

  • cyan value is 53.95%
  • magenta value is 35.96%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK: (54,36,0,11) C54M36Y0K11 (54%,36%,0%,11%) (0.54/0.36/0.00/0.11) 

CMYK percentages

%53.95
%35.96
%0
%10.59

Codes

Color #6992E4 in popluar color models

69 92 E4
RGB 105 146 228
HSL 220° 69.49% 65.29%
HSB/HSV 220° 53.95% 89.41%
CMYK 53.95% 35.96% 0.00%
10.59%

Color #6992E4 in popluar number systems.

HEX 69 92 E4
Decimal 105 146 228
Binary 1101001 10010010 11100100
Octal 151 222 344

Shades and tints

Shades of #6992E4

#6992E4
(105,146,228)
#6085D0
(96,133,208)
#5778BC
(87,120,188)
#4E6BA8
(78,107,168)
#455E94
(69,94,148)
#3C5180
(60,81,128)
#33446C
(51,68,108)
#2A3758
(42,55,88)
#212A44
(33,42,68)
#181D30
(24,29,48)
#0F101C
(15,16,28)
#000000
(0,0,0)

Tints of #6992E4

#6992E4
(105,146,228)
#769BE6
(118,155,230)
#83A4E8
(131,164,232)
#90ADEA
(144,173,234)
#9DB6EC
(157,182,236)
#AABFEE
(170,191,238)
#B7C8F0
(183,200,240)
#C4D1F2
(196,209,242)
#D1DAF4
(209,218,244)
#DEE3F6
(222,227,246)
#EBECF8
(235,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6992E4 color. Also use rgb(105,146,228) instead hex code.

Text Font Color

.myTextColor { color: #6992E4; }

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

This text font color is #6992E4.

Background Color

.myBgColor { background-color: #6992E4; }

<div style="background-color:#6992E4">Inner text</div>

This div background color is #6992E4.

Border color

.myBorderColor { border: 1px solid #6992E4; }

<div style="border:3px solid #6992E4">Div</div>

This div border color is #6992E4.

Opacity

.myOpacity80 { color: #6992E4; opacity: 0.8; }

<p style="color:#6992E4;opacity:0.8;">80%</p>

Text with #6992E4 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 #6992E4;}

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

This text has shadow with #6992E4 color.


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

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

This text has shadow with #6992E4 primary color and red secondary color.


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

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

This text has shadow with #6992E4 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #6992E4.

Preview

Color preview on black background

This text has color #6992E4 on black background.


Color preview on white background

This text has color #6992E4 on white background.


Black color preview on #6992E4 background

This text has black color on #6992E4 background.


White color preview on #6992E4 background

This text has white color on #6992E4 background.


Related colors

Complementary color

Complementary color for #hex is #966D1B.


I love getcolorcode.com

Triadic colors

1 #E46992 and #92E469 with #6992E4 are triadic colors.

2 #E49269 and #9269E4 with #6992E4 are triadic colors.