#6F86ED

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

Shades of Cornflower Blue #6F86ED

Tints of Cornflower Blue #6F86ED

Color information

#6F86ED (or 0x6F86ED) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 86 and ED. RGB value is (111,134,237). Sum of RGB (Red+Green+Blue) = 111+134+237=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #6F86ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F86ED is #907912. Grayscale: #8A8A8A. Windows color (decimal): -9468179 or 15566447. OLE color: 15566447.

HSL color Cylindrical-coordinate representation of color #6F86ED: hue angle of 229.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6F86ED is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB111134237-
CMYK0.530.4300.07
HSL229.05º77.78%68.24%-
HSV(B)229.05º53.16%92.94%-
XYZ30.3726.5483.64-
YUV138.86183.38108.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 134 (52.73% from 255) = 27.80%
BLUE value IS 237 (92.97% from 255) = 49.17%
R=23.03%
G=27.80%
B=49.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1111342370.530.4300.07229.0577.7868.24
Hex6F86ED352B07e54e44
Octal157206355655307345116104
Binary1101111100001101110110111010110101101111110010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F86ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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