#6492CD

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

Shades of Danube #6492CD

Tints of Danube #6492CD

Color information

#6492CD (or 0x6492CD) is unknown color: approx Danube. HEX triplet: 64, 92 and CD. RGB value is (100,146,205). Sum of RGB (Red+Green+Blue) = 100+146+205=451 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.17% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #6492CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492CD is #9B6D32. Grayscale: #8A8A8A. Windows color (decimal): -10186035 or 13472356. OLE color: 13472356.

HSL color Cylindrical-coordinate representation of color #6492CD: hue angle of 213.71º degrees, saturation: 0.51, 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 #6492CD is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB100146205-
CMYK0.510.2900.20
HSL213.71º51.22%59.8%-
HSV(B)213.71º51.22%80.39%-
XYZ26.5527.6761.7-
YUV138.97165.26100.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.17%
GREEN value IS 146 (57.42% from 255) = 32.37%
BLUE value IS 205 (80.47% from 255) = 45.45%
R=22.17%
G=32.37%
B=45.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1001462050.510.2900.20213.7151.2259.8
Hex6492CD331D014d6333c
Octal14422231563350243266374
Binary110010010010010110011011100111110101010011010110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6492CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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