#6E85DD

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

Shades of Cornflower Blue #6E85DD

Tints of Cornflower Blue #6E85DD

Color information

#6E85DD (or 0x6E85DD) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 85 and DD. RGB value is (110,133,221). Sum of RGB (Red+Green+Blue) = 110+133+221=464 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.71% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E85DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E85DD is #917A22. Grayscale: #878787. Windows color (decimal): -9533987 or 14517614. OLE color: 14517614.

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

Color convert

RGB110133221-
CMYK0.500.4000.13
HSL227.57º62.01%64.9%-
HSV(B)227.57º50.23%86.67%-
XYZ27.8725.3171.82-
YUV136.16175.88109.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.71%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=23.71%
G=28.66%
B=47.63%

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
Decimal1101332210.500.4000.13227.5762.0164.9
Hex6E85DD32280De43e41
Octal156205335625001534476101
Binary1101110100001011101110111001010100001101111001001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E85DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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