#6F86DF

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

Shades of Cornflower Blue #6F86DF

Tints of Cornflower Blue #6F86DF

Color information

#6F86DF (or 0x6F86DF) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 86 and DF. RGB value is (111,134,223). Sum of RGB (Red+Green+Blue) = 111+134+223=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F86DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F86DF is #907920. Grayscale: #888888. Windows color (decimal): -9468193 or 14648943. OLE color: 14648943.

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

Color convert

RGB111134223-
CMYK0.500.4000.13
HSL227.68º63.64%65.49%-
HSV(B)227.68º50.22%87.45%-
XYZ28.425.7673.29-
YUV137.27176.38109.26-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.72%
GREEN value IS 134 (52.73% from 255) = 28.63%
BLUE value IS 223 (87.5% from 255) = 47.65%
R=23.72%
G=28.63%
B=47.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1111342230.500.4000.13227.6863.6465.49
Hex6F86DF32280De44041
Octal1572063376250015344100101
Binary11011111000011011011111110010101000011011110010010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F86DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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