#616481

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

Shades of Comet #616481

Tints of Comet #616481

Color information

#616481 (or 0x616481) is unknown color: approx Comet. HEX triplet: 61, 64 and 81. RGB value is (97,100,129). Sum of RGB (Red+Green+Blue) = 97+100+129=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #616481 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616481 is #9E9B7E. Grayscale: #666666. Windows color (decimal): -10394495 or 8479841. OLE color: 8479841.

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

Color convert

RGB97100129-
CMYK0.250.2200.49
HSL234.38º14.16%44.31%-
HSV(B)234.38º24.81%50.59%-
XYZ13.4513.2422.62-
YUV102.41143.01124.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.75%
GREEN value IS 100 (39.45% from 255) = 30.67%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=29.75%
G=30.67%
B=39.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971001290.250.2200.49234.3814.1644.31
Hex6164811916031eae2c
Octal14114420131260613521654
Binary110000111001001000000111001101100110001111010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616481; }

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

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

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

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

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

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

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

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