#6F86EA

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

Shades of Cornflower Blue #6F86EA

Tints of Cornflower Blue #6F86EA

Color information

#6F86EA (or 0x6F86EA) is unknown color: approx Cornflower Blue. HEX triplet: 6F, 86 and EA. RGB value is (111,134,234). Sum of RGB (Red+Green+Blue) = 111+134+234=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #6F86EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F86EA is #907915. Grayscale: #8A8A8A. Windows color (decimal): -9468182 or 15369839. OLE color: 15369839.

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

Color convert

RGB111134234-
CMYK0.530.4300.08
HSL228.78º74.55%67.65%-
HSV(B)228.78º52.56%91.76%-
XYZ29.9326.3781.35-
YUV138.52181.88108.37-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.17%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 234 (91.80% from 255) = 48.85%
R=23.17%
G=27.97%
B=48.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1111342340.530.4300.08228.7874.5567.65
Hex6F86EA352B08e54b44
Octal1572063526553010345113104
Binary11011111000011011101010110101101011010001110010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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