#6F90DF

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

Shades of Cornflower Blue #6F90DF

Tints of Cornflower Blue #6F90DF

Color information

#6F90DF (or 0x6F90DF) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 90 and DF. RGB value is (111,144,223). Sum of RGB (Red+Green+Blue) = 111+144+223=478 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.22% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F90DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F90DF is #906F20. Grayscale: #8E8E8E. Windows color (decimal): -9465633 or 14651503. OLE color: 14651503.

HSL color Cylindrical-coordinate representation of color #6F90DF: hue angle of 222.32º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F90DF is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111144223-
CMYK0.500.3500.13
HSL222.32º63.64%65.49%-
HSV(B)222.32º50.22%87.45%-
XYZ29.8528.6573.77-
YUV143.14173.07105.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.22%
GREEN value IS 144 (56.64% from 255) = 30.13%
BLUE value IS 223 (87.5% from 255) = 46.65%
R=23.22%
G=30.13%
B=46.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111442230.500.3500.13222.3263.6465.49
Hex6F90DF32230Dde4041
Octal1572203376243015336100101
Binary11011111001000011011111110010100011011011101111010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F90DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F90DF; }

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

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

<style>
 a { background-color: #6F90DF; }

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

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

<style>
 span { border-color: #6F90DF; }

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

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