#6492BE

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

Shades of Danube #6492BE

Tints of Danube #6492BE

Color information

#6492BE (or 0x6492BE) is unknown color: approx Danube. HEX triplet: 64, 92 and BE. RGB value is (100,146,190). Sum of RGB (Red+Green+Blue) = 100+146+190=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 190 - color contains mainly: blue. Hex color #6492BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492BE is #9B6D41. Grayscale: #898989. Windows color (decimal): -10186050 or 12489316. OLE color: 12489316.

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

Color convert

RGB100146190-
CMYK0.470.2300.25
HSL209.33º40.91%56.86%-
HSV(B)209.33º47.37%74.51%-
XYZ24.8326.9852.62-
YUV137.26157.76101.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 190 (74.61% from 255) = 43.58%
R=22.94%
G=33.49%
B=43.58%

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
Decimal1001461900.470.2300.25209.3340.9156.86
Hex6492BE2F17019d12939
Octal14422227657270313215171
Binary110010010010010101111101011111011101100111010001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6492BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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