#6490C8

Color #6490C8 Danube (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Danube #6490C8

Tints of Danube #6490C8

Color information

#6490C8 (or 0x6490C8) is unknown color: approx Danube. HEX triplet: 64, 90 and C8. RGB value is (100,144,200). Sum of RGB (Red+Green+Blue) = 100+144+200=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 144 (56.64% from 255 or 32.43% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #6490C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490C8 is #9B6F37. Grayscale: #888888. Windows color (decimal): -10186552 or 13144164. OLE color: 13144164.

HSL color Cylindrical-coordinate representation of color #6490C8: hue angle of 213.6º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6490C8 is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB100144200-
CMYK0.50.2800.22
HSL213.6º47.62%58.82%-
HSV(B)213.6º50%78.43%-
XYZ25.6526.8358.47-
YUV137.23163.42101.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.52%
GREEN value IS 144 (56.64% from 255) = 32.43%
BLUE value IS 200 (78.52% from 255) = 45.05%
R=22.52%
G=32.43%
B=45.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1001442000.50.2800.22213.647.6258.82
Hex6490C8321C016d6303b
Octal14422031062340263266073
Binary110010010010000110010001100101110001011011010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6490C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6490C8; }

 p { color: rgb(100,144,200); }

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

<style>
 a { background-color: #6490C8; }

 a { background-color: rgb(100,144,200); }

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

<style>
 span { border-color: #6490C8; }

 span { border-color: rgb(100,144,200); }

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