#6F96DE

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

Shades of Cornflower Blue #6F96DE

Tints of Cornflower Blue #6F96DE

Color information

#6F96DE (or 0x6F96DE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 96 and DE. RGB value is (111,150,222). Sum of RGB (Red+Green+Blue) = 111+150+222=483 (63% of max value = 765). Red value is 111 (43.75% from 255 or 22.98% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 222 (87.11% from 255 or 45.96% from 483); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F96DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96DE is #906921. Grayscale: #929292. Windows color (decimal): -9464098 or 14587503. OLE color: 14587503.

HSL color Cylindrical-coordinate representation of color #6F96DE: hue angle of 218.92º degrees, saturation: 0.63, 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 #6F96DE is Cyan = 0.5, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB111150222-
CMYK0.50.3200.13
HSL218.92º62.71%65.29%-
HSV(B)218.92º50%87.06%-
XYZ30.6530.4773.37-
YUV146.55170.58102.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.98%
GREEN value IS 150 (58.98% from 255) = 31.06%
BLUE value IS 222 (87.11% from 255) = 45.96%
R=22.98%
G=31.06%
B=45.96%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111502220.50.3200.13218.9262.7165.29
Hex6F96DE32200Ddb3f41
Octal157226336624001533377101
Binary1101111100101101101111011001010000001101110110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F96DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,150,222); }

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

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

 a { background-color: rgb(111,150,222); }

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

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

 span { border-color: rgb(111,150,222); }

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