#616182

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

Shades of Comet #616182

Tints of Comet #616182

Color information

#616182 (or 0x616182) is unknown color: approx Comet. HEX triplet: 61, 61 and 82. RGB value is (97,97,130). Sum of RGB (Red+Green+Blue) = 97+97+130=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 130 - color contains mainly: blue. Hex color #616182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616182 is #9E9E7D. Grayscale: #646464. Windows color (decimal): -10395262 or 8544609. OLE color: 8544609.

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

Color convert

RGB9797130-
CMYK0.250.2500.49
HSL240º14.54%44.51%-
HSV(B)240º25.38%50.98%-
XYZ13.2312.722.87-
YUV100.76144.5125.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 97 (38.28% from 255) = 29.94%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=29.94%
G=29.94%
B=40.12%

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
Decimal97971300.250.2500.4924014.5444.51
Hex6161821919031f0f2d
Octal14114120231310613601755
Binary110000111000011000001011001110010110001111100001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616182; }

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

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

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

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

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

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

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

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