#6493BE

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

Shades of Danube #6493BE

Tints of Danube #6493BE

Color information

#6493BE (or 0x6493BE) is unknown color: approx Danube. HEX triplet: 64, 93 and BE. RGB value is (100,147,190). Sum of RGB (Red+Green+Blue) = 100+147+190=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #6493BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6493BE is #9B6C41. Grayscale: #898989. Windows color (decimal): -10185794 or 12489572. OLE color: 12489572.

HSL color Cylindrical-coordinate representation of color #6493BE: hue angle of 208.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 #6493BE is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB100147190-
CMYK0.470.2300.25
HSL208.67º40.91%56.86%-
HSV(B)208.67º47.37%74.51%-
XYZ24.9827.2952.67-
YUV137.85157.43101-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 190 (74.61% from 255) = 43.48%
R=22.88%
G=33.64%
B=43.48%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1001471900.470.2300.25208.6740.9156.86
Hex6493BE2F17019d12939
Octal14422327657270313215171
Binary110010010010011101111101011111011101100111010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6493BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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