#616282

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

Shades of Comet #616282

Tints of Comet #616282

Color information

#616282 (or 0x616282) is unknown color: approx Comet. HEX triplet: 61, 62 and 82. RGB value is (97,98,130). Sum of RGB (Red+Green+Blue) = 97+98+130=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 98 (38.67% from 255 or 30.15% from 325); Blue value is 130 (51.17% from 255 or 40% from 325); Max value from RGB is 130 - color contains mainly: blue. Hex color #616282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616282 is #9E9D7D. Grayscale: #656565. Windows color (decimal): -10395006 or 8544865. OLE color: 8544865.

HSL color Cylindrical-coordinate representation of color #616282: hue angle of 238.18º 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 #616282 is Cyan = 0.25, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9798130-
CMYK0.250.2500.49
HSL238.18º14.54%44.51%-
HSV(B)238.18º25.38%50.98%-
XYZ13.3312.8922.9-
YUV101.35144.17124.9-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 98 (38.67% from 255) = 30.15%
BLUE value IS 130 (51.17% from 255) = 40%
R=29.85%
G=30.15%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal97981300.250.2500.49238.1814.5444.51
Hex6162821919031eef2d
Octal14114220231310613561755
Binary110000111000101000001011001110010110001111011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616282; }

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

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

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

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

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

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

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

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