#6E81DE

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

Shades of Cornflower Blue #6E81DE

Tints of Cornflower Blue #6E81DE

Color information

#6E81DE (or 0x6E81DE) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 81 and DE. RGB value is (110,129,222). Sum of RGB (Red+Green+Blue) = 110+129+222=461 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.86% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #6E81DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81DE is #917E21. Grayscale: #858585. Windows color (decimal): -9535010 or 14582126. OLE color: 14582126.

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

Color convert

RGB110129222-
CMYK0.500.4200.13
HSL229.82º62.92%65.1%-
HSV(B)229.82º50.45%87.06%-
XYZ27.4724.2972.35-
YUV133.92177.71110.94-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 23.86%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 222 (87.11% from 255) = 48.16%
R=23.86%
G=27.98%
B=48.16%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101292220.500.4200.13229.8262.9265.1
Hex6E81DE322A0De63f41
Octal156201336625201534677101
Binary1101110100000011101111011001010101001101111001101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E81DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,129,222); }

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

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

 a { background-color: rgb(110,129,222); }

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

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

 span { border-color: rgb(110,129,222); }

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