#6992DE

Color #6992DE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6992DE

Tints of Cornflower Blue #6992DE

Color information

#6992DE (or 0x6992DE) is unknown color: approx Cornflower Blue. HEX triplet: 69, 92 and DE. RGB value is (105,146,222). Sum of RGB (Red+Green+Blue) = 105+146+222=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 146 (57.42% from 255 or 30.87% from 473); Blue value is 222 (87.11% from 255 or 46.93% from 473); Max value from RGB is 222 - color contains mainly: blue. Hex color #6992DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6992DE is #966D21. Grayscale: #8E8E8E. Windows color (decimal): -9858338 or 14586473. OLE color: 14586473.

HSL color Cylindrical-coordinate representation of color #6992DE: hue angle of 218.97º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6992DE is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105146222-
CMYK0.530.3400.13
HSL218.97º63.93%64.12%-
HSV(B)218.97º52.7%87.06%-
XYZ29.2928.8373.13-
YUV142.4172.92101.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 22.20%
GREEN value IS 146 (57.42% from 255) = 30.87%
BLUE value IS 222 (87.11% from 255) = 46.93%
R=22.20%
G=30.87%
B=46.93%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051462220.530.3400.13218.9763.9364.12
Hex6992DE35220Ddb4040
Octal1512223366542015333100100
Binary11010011001001011011110110101100010011011101101110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6992DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6992DE; }

 p { color: rgb(105,146,222); }

 H1.HeaderClassName
 {
   color: #6992DE;
 }
 .AnyTagClassName
 {
   color: #6992DE;
 }
</style>
background-color css

<style>
 a { background-color: #6992DE; }

 a { background-color: rgb(105,146,222); }

 div.DivClassName
 {
   background-color: #6992DE;
 }
 .BgClassName
 {
   background-color: #6992DE;
 }
</style>
border-color css

<style>
 span { border-color: #6992DE; }

 span { border-color: rgb(105,146,222); }

 td.TdClassName
 {
   border-color: #6992DE;
 }
 .TagClassName
 {
   border-color: #6992DE;
 }
</style>