#6492CF

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

Shades of Danube #6492CF

Tints of Danube #6492CF

Color information

#6492CF (or 0x6492CF) is unknown color: approx Danube. HEX triplet: 64, 92 and CF. RGB value is (100,146,207). Sum of RGB (Red+Green+Blue) = 100+146+207=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #6492CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6492CF is #9B6D30. Grayscale: #8A8A8A. Windows color (decimal): -10186033 or 13603428. OLE color: 13603428.

HSL color Cylindrical-coordinate representation of color #6492CF: hue angle of 214.21º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6492CF is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB100146207-
CMYK0.520.2900.19
HSL214.21º52.71%60.2%-
HSV(B)214.21º51.69%81.18%-
XYZ26.827.7762.98-
YUV139.2166.26100.04-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.08%
GREEN value IS 146 (57.42% from 255) = 32.23%
BLUE value IS 207 (81.25% from 255) = 45.70%
R=22.08%
G=32.23%
B=45.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1001462070.520.2900.19214.2152.7160.2
Hex6492CF341D013d6353c
Octal14422231764350233266574
Binary110010010010010110011111101001110101001111010110110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6492CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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