#616480

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

Shades of Comet #616480

Tints of Comet #616480

Color information

#616480 (or 0x616480) is unknown color: approx Comet. HEX triplet: 61, 64 and 80. RGB value is (97,100,128). Sum of RGB (Red+Green+Blue) = 97+100+128=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 128 - color contains mainly: blue. Hex color #616480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616480 is #9E9B7F. Grayscale: #666666. Windows color (decimal): -10394496 or 8414305. OLE color: 8414305.

HSL color Cylindrical-coordinate representation of color #616480: hue angle of 234.19º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616480 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97100128-
CMYK0.240.2200.50
HSL234.19º13.78%44.12%-
HSV(B)234.19º24.22%50.2%-
XYZ13.3813.2122.27-
YUV102.3142.51124.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 128 (50.39% from 255) = 39.38%
R=29.85%
G=30.77%
B=39.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971001280.240.2200.50234.1913.7844.12
Hex6164801816032eae2c
Octal14114420030260623521654
Binary110000111001001000000011000101100110010111010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616480; }

 p { color: rgb(97,100,128); }

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

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

 a { background-color: rgb(97,100,128); }

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

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

 span { border-color: rgb(97,100,128); }

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