#6490D5

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

Shades of Danube #6490D5

Tints of Danube #6490D5

Color information

#6490D5 (or 0x6490D5) is unknown color: approx Danube. HEX triplet: 64, 90 and D5. RGB value is (100,144,213). Sum of RGB (Red+Green+Blue) = 100+144+213=457 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.88% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 213 (83.59% from 255 or 46.61% from 457); Max value from RGB is 213 - color contains mainly: blue. Hex color #6490D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490D5 is #9B6F2A. Grayscale: #8A8A8A. Windows color (decimal): -10186539 or 13996132. OLE color: 13996132.

HSL color Cylindrical-coordinate representation of color #6490D5: hue angle of 216.64º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6490D5 is Cyan = 0.53, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100144213-
CMYK0.530.3200.16
HSL216.64º57.36%61.37%-
HSV(B)216.64º53.05%83.53%-
XYZ27.2427.4666.82-
YUV138.71169.92100.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.88%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 213 (83.59% from 255) = 46.61%
R=21.88%
G=31.51%
B=46.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1001442130.530.3200.16216.6457.3661.37
Hex6490D53520010d9393d
Octal14422032565400203317175
Binary1100100100100001101010111010110000001000011011001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6490D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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