#6495DC

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

Shades of Cornflower Blue #6495DC

Tints of Cornflower Blue #6495DC

Color information

#6495DC (or 0x6495DC) is unknown color: approx Cornflower Blue. HEX triplet: 64, 95 and DC. RGB value is (100,149,220). Sum of RGB (Red+Green+Blue) = 100+149+220=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #6495DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6495DC is #9B6A23. Grayscale: #8E8E8E. Windows color (decimal): -10185252 or 14456164. OLE color: 14456164.

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

Color convert

RGB100149220-
CMYK0.550.3200.14
HSL215.5º63.16%62.75%-
HSV(B)215.5º54.55%86.27%-
XYZ28.9229.3771.86-
YUV142.44171.7797.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.32%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=21.32%
G=31.77%
B=46.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001492200.550.3200.14215.563.1662.75
Hex6495DC37200Ed83f3f
Octal14422533467400163307777
Binary110010010010101110111001101111000000111011011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6495DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6495DC; }

 p { color: rgb(100,149,220); }

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

<style>
 a { background-color: #6495DC; }

 a { background-color: rgb(100,149,220); }

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

<style>
 span { border-color: #6495DC; }

 span { border-color: rgb(100,149,220); }

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