#6e81db

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

Shades of Cornflower Blue #6E81DB

Tints of Cornflower Blue #6E81DB

Color information

#6E81DB (or 0x6E81DB) is unknown color: approx Cornflower Blue. HEX triplet: 6E, 81 and DB. RGB value is (110,129,219). Sum of RGB (Red+Green+Blue) = 110+129+219=458 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.02% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81DB is #917E24. Grayscale: #858585. Windows color (decimal): -9535013 or 14385518. OLE color: 14385518.

HSL color Cylindrical-coordinate representation of color #6E81DB: hue angle of 229.54º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E81DB is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB110129219-
CMYK0.500.4100.14
HSL229.54º60.22%64.51%-
HSV(B)229.54º49.77%85.88%-
XYZ27.0724.1370.25-
YUV133.58176.21111.18-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.02%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 219 (85.94% from 255) = 47.82%
R=24.02%
G=28.17%
B=47.82%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1101292190.500.4100.14229.5460.2264.51
Hex6E81DB32290Ee63c41
Octal156201333625101634674101
Binary1101110100000011101101111001010100101110111001101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e81db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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