#6497DC

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

Shades of Cornflower Blue #6497DC

Tints of Cornflower Blue #6497DC

Color information

#6497DC (or 0x6497DC) is unknown color: approx Cornflower Blue. HEX triplet: 64, 97 and DC. RGB value is (100,151,220). Sum of RGB (Red+Green+Blue) = 100+151+220=471 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.23% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 220 (86.33% from 255 or 46.71% from 471); Max value from RGB is 220 - color contains mainly: blue. Hex color #6497DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6497DC is #9B6823. Grayscale: #8F8F8F. Windows color (decimal): -10184740 or 14456676. OLE color: 14456676.

HSL color Cylindrical-coordinate representation of color #6497DC: hue angle of 214.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 #6497DC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100151220-
CMYK0.550.3100.14
HSL214.5º63.16%62.75%-
HSV(B)214.5º54.55%86.27%-
XYZ29.2430.0171.96-
YUV143.62171.196.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.23%
GREEN value IS 151 (59.38% from 255) = 32.06%
BLUE value IS 220 (86.33% from 255) = 46.71%
R=21.23%
G=32.06%
B=46.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001512200.550.3100.14214.563.1662.75
Hex6497DC371F0Ed63f3f
Octal14422733467370163267777
Binary11001001001011111011100110111111110111011010110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6497DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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