#6990DF

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

Shades of Cornflower Blue #6990DF

Tints of Cornflower Blue #6990DF

Color information

#6990DF (or 0x6990DF) is unknown color: approx Cornflower Blue. HEX triplet: 69, 90 and DF. RGB value is (105,144,223). Sum of RGB (Red+Green+Blue) = 105+144+223=472 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.25% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #6990DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990DF is #966F20. Grayscale: #8C8C8C. Windows color (decimal): -9858849 or 14651497. OLE color: 14651497.

HSL color Cylindrical-coordinate representation of color #6990DF: hue angle of 220.17º degrees, saturation: 0.65, 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 #6990DF is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB105144223-
CMYK0.530.3500.13
HSL220.17º64.84%64.31%-
HSV(B)220.17º52.91%87.45%-
XYZ29.1228.2873.74-
YUV141.34174.08102.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 22.25%
GREEN value IS 144 (56.64% from 255) = 30.51%
BLUE value IS 223 (87.5% from 255) = 47.25%
R=22.25%
G=30.51%
B=47.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1051442230.530.3500.13220.1764.8464.31
Hex6990DF35230Ddc4140
Octal1512203376543015334101100
Binary11010011001000011011111110101100011011011101110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6990DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6990DF; }

 p { color: rgb(105,144,223); }

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

<style>
 a { background-color: #6990DF; }

 a { background-color: rgb(105,144,223); }

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

<style>
 span { border-color: #6990DF; }

 span { border-color: rgb(105,144,223); }

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