#616384

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

Shades of Comet #616384

Tints of Comet #616384

Color information

#616384 (or 0x616384) is unknown color: approx Comet. HEX triplet: 61, 63 and 84. RGB value is (97,99,132). Sum of RGB (Red+Green+Blue) = 97+99+132=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 132 (51.95% from 255 or 40.24% from 328); Max value from RGB is 132 - color contains mainly: blue. Hex color #616384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616384 is #9E9C7B. Grayscale: #666666. Windows color (decimal): -10394748 or 8676193. OLE color: 8676193.

HSL color Cylindrical-coordinate representation of color #616384: hue angle of 236.57º degrees, saturation: 0.15, 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 #616384 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB9799132-
CMYK0.270.2500.48
HSL236.57º15.28%44.9%-
HSV(B)236.57º26.52%51.76%-
XYZ13.5613.1323.65-
YUV102.16144.84124.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.57%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 132 (51.95% from 255) = 40.24%
R=29.57%
G=30.18%
B=40.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal97991320.270.2500.48236.5715.2844.9
Hex6163841B19030edf2d
Octal14114320433310603551755
Binary110000111000111000010011011110010110000111011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616384; }

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

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

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

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

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

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

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

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