#6E86EB

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

Shades of Cornflower Blue #6E86EB

Tints of Cornflower Blue #6E86EB

Color information

#6E86EB (or 0x6E86EB) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 86 and EB. RGB value is (110,134,235). Sum of RGB (Red+Green+Blue) = 110+134+235=479 (63% of max value = 765). Red value is 110 (43.36% from 255 or 22.96% from 479); Green value is 134 (52.73% from 255 or 27.97% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E86EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E86EB is #917914. Grayscale: #898989. Windows color (decimal): -9533717 or 15435374. OLE color: 15435374.

HSL color Cylindrical-coordinate representation of color #6E86EB: hue angle of 228.48º degrees, saturation: 0.76, 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 #6E86EB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB110134235-
CMYK0.530.4300.08
HSL228.48º75.76%67.65%-
HSV(B)228.48º53.19%92.16%-
XYZ29.9526.3682.11-
YUV138.34182.55107.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 22.96%
GREEN value IS 134 (52.73% from 255) = 27.97%
BLUE value IS 235 (92.19% from 255) = 49.06%
R=22.96%
G=27.97%
B=49.06%

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
Decimal1101342350.530.4300.08228.4875.7667.65
Hex6E86EB352B08e44c44
Octal1562063536553010344114104
Binary11011101000011011101011110101101011010001110010010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E86EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,134,235); }

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

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

 a { background-color: rgb(110,134,235); }

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

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

 span { border-color: rgb(110,134,235); }

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