#616482

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

Shades of Comet #616482

Tints of Comet #616482

Color information

#616482 (or 0x616482) is unknown color: approx Comet. HEX triplet: 61, 64 and 82. RGB value is (97,100,130). Sum of RGB (Red+Green+Blue) = 97+100+130=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 130 (51.17% from 255 or 39.76% from 327); Max value from RGB is 130 - color contains mainly: blue. Hex color #616482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616482 is #9E9B7D. Grayscale: #666666. Windows color (decimal): -10394494 or 8545377. OLE color: 8545377.

HSL color Cylindrical-coordinate representation of color #616482: hue angle of 234.55º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616482 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97100130-
CMYK0.250.2300.49
HSL234.55º14.54%44.51%-
HSV(B)234.55º25.38%50.98%-
XYZ13.5213.2722.97-
YUV102.52143.51124.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 100 (39.45% from 255) = 30.58%
BLUE value IS 130 (51.17% from 255) = 39.76%
R=29.66%
G=30.58%
B=39.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971001300.250.2300.49234.5514.5444.51
Hex6164821917031ebf2d
Octal14114420231270613531755
Binary110000111001001000001011001101110110001111010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616482; }

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

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

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

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

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

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

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

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