#6F80DE

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

Shades of Cornflower Blue #6F80DE

Tints of Cornflower Blue #6F80DE

Color information

#6F80DE (or 0x6F80DE) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 80 and DE. RGB value is (111,128,222). Sum of RGB (Red+Green+Blue) = 111+128+222=461 (61% of max value = 765). Red value is 111 (43.75% from 255 or 24.08% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F80DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F80DE is #907F21. Grayscale: #858585. Windows color (decimal): -9469730 or 14581871. OLE color: 14581871.

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

Color convert

RGB111128222-
CMYK0.50.4200.13
HSL230.81º62.71%65.29%-
HSV(B)230.81º50%87.06%-
XYZ27.4624.0972.31-
YUV133.63177.87111.86-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.08%
GREEN value IS 128 (50.39% from 255) = 27.77%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=24.08%
G=27.77%
B=48.16%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111282220.50.4200.13230.8162.7165.29
Hex6F80DE322A0De73f41
Octal157200336625201534777101
Binary1101111100000001101111011001010101001101111001111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F80DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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