#6E85EB

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

Shades of Cornflower Blue #6E85EB

Tints of Cornflower Blue #6E85EB

Color information

#6E85EB (or 0x6E85EB) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 85 and EB. RGB value is (110,133,235). Sum of RGB (Red+Green+Blue) = 110+133+235=478 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.01% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #6E85EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6E85EB is #917A14. Grayscale: #898989. Windows color (decimal): -9533973 or 15435118. OLE color: 15435118.

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

Color convert

RGB110133235-
CMYK0.530.4300.08
HSL228.96º75.76%67.65%-
HSV(B)228.96º53.19%92.16%-
XYZ29.8126.0982.06-
YUV137.75182.88108.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.01%
GREEN value IS 133 (52.34% from 255) = 27.82%
BLUE value IS 235 (92.19% from 255) = 49.16%
R=23.01%
G=27.82%
B=49.16%

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
Decimal1101332350.530.4300.08228.9675.7667.65
Hex6E85EB352B08e54c44
Octal1562053536553010345114104
Binary11011101000010111101011110101101011010001110010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E85EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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