#6490BE

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

Shades of Danube #6490BE

Tints of Danube #6490BE

Color information

#6490BE (or 0x6490BE) is unknown color: approx Danube. HEX triplet: 64, 90 and BE. RGB value is (100,144,190). Sum of RGB (Red+Green+Blue) = 100+144+190=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 144 (56.64% from 255 or 33.18% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #6490BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6490BE is #9B6F41. Grayscale: #878787. Windows color (decimal): -10186562 or 12488804. OLE color: 12488804.

HSL color Cylindrical-coordinate representation of color #6490BE: hue angle of 210.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6490BE is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100144190-
CMYK0.470.2400.25
HSL210.67º40.91%56.86%-
HSV(B)210.67º47.37%74.51%-
XYZ24.5226.3752.51-
YUV136.09158.42102.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.04%
GREEN value IS 144 (56.64% from 255) = 33.18%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=23.04%
G=33.18%
B=43.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001441900.470.2400.25210.6740.9156.86
Hex6490BE2F18019d32939
Octal14422027657300313235171
Binary110010010010000101111101011111100001100111010011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6490BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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