#6F89DE

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

Shades of Cornflower Blue #6F89DE

Tints of Cornflower Blue #6F89DE

Color information

#6F89DE (or 0x6F89DE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 89 and DE. RGB value is (111,137,222). Sum of RGB (Red+Green+Blue) = 111+137+222=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F89DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F89DE is #907621. Grayscale: #8A8A8A. Windows color (decimal): -9467426 or 14584175. OLE color: 14584175.

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

Color convert

RGB111137222-
CMYK0.50.3800.13
HSL225.95º62.71%65.29%-
HSV(B)225.95º50%87.06%-
XYZ28.6926.5472.72-
YUV138.92174.89108.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.62%
GREEN value IS 137 (53.91% from 255) = 29.15%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=23.62%
G=29.15%
B=47.23%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111372220.50.3800.13225.9562.7165.29
Hex6F89DE32260De23f41
Octal157211336624601534277101
Binary1101111100010011101111011001010011001101111000101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F89DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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