#616084

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

Shades of Comet #616084

Tints of Comet #616084

Color information

#616084 (or 0x616084) is unknown color: approx Comet. HEX triplet: 61, 60 and 84. RGB value is (97,96,132). Sum of RGB (Red+Green+Blue) = 97+96+132=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #616084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616084 is #9E9F7B. Grayscale: #646464. Windows color (decimal): -10395516 or 8675425. OLE color: 8675425.

HSL color Cylindrical-coordinate representation of color #616084: hue angle of 241.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616084 is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9796132-
CMYK0.270.2700.48
HSL241.67º15.79%44.71%-
HSV(B)241.67º27.27%51.76%-
XYZ13.2812.5723.56-
YUV100.4145.83125.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 132 (51.95% from 255) = 40.62%
R=29.85%
G=29.54%
B=40.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97961320.270.2700.48241.6715.7944.71
Hex6160841B1B030f2102d
Octal14114020433330603622055
Binary1100001110000010000100110111101101100001111001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616084; }

 p { color: rgb(97,96,132); }

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

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

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

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

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

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

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