#6496DB

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

Shades of Cornflower Blue #6496DB

Tints of Cornflower Blue #6496DB

Color information

#6496DB (or 0x6496DB) is unknown color: approx Cornflower Blue. HEX triplet: 64, 96 and DB. RGB value is (100,150,219). Sum of RGB (Red+Green+Blue) = 100+150+219=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #6496DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6496DB is #9B6924. Grayscale: #8E8E8E. Windows color (decimal): -10184997 or 14390884. OLE color: 14390884.

HSL color Cylindrical-coordinate representation of color #6496DB: hue angle of 214.79º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6496DB is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100150219-
CMYK0.540.3200.14
HSL214.79º62.3%62.55%-
HSV(B)214.79º54.34%85.88%-
XYZ28.9529.6471.21-
YUV142.92170.9497.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 219 (85.94% from 255) = 46.70%
R=21.32%
G=31.98%
B=46.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001502190.540.3200.14214.7962.362.55
Hex6496DB36200Ed73e3f
Octal14422633366400163277677
Binary110010010010110110110111101101000000111011010111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6496DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6496DB; }

 p { color: rgb(100,150,219); }

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

<style>
 a { background-color: #6496DB; }

 a { background-color: rgb(100,150,219); }

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

<style>
 span { border-color: #6496DB; }

 span { border-color: rgb(100,150,219); }

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