#6490CC

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

Shades of Danube #6490CC

Tints of Danube #6490CC

Color information

#6490CC (or 0x6490CC) is unknown color: approx Danube. HEX triplet: 64, 90 and CC. RGB value is (100,144,204). Sum of RGB (Red+Green+Blue) = 100+144+204=448 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.32% from 448); Green value is 144 (56.64% from 255 or 32.14% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #6490CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490CC is #9B6F33. Grayscale: #898989. Windows color (decimal): -10186548 or 13406308. OLE color: 13406308.

HSL color Cylindrical-coordinate representation of color #6490CC: hue angle of 214.62º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6490CC is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB100144204-
CMYK0.510.2900.2
HSL214.62º50.49%59.61%-
HSV(B)214.62º50.98%80%-
XYZ26.1327.0260.96-
YUV137.68165.42101.12-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.32%
GREEN value IS 144 (56.64% from 255) = 32.14%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=22.32%
G=32.14%
B=45.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1001442040.510.2900.2214.6250.4959.61
Hex6490CC331D014d7323c
Octal14422031463350243276274
Binary110010010010000110011001100111110101010011010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6490CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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