#616380

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

Shades of Comet #616380

Tints of Comet #616380

Color information

#616380 (or 0x616380) is unknown color: approx Comet. HEX triplet: 61, 63 and 80. RGB value is (97,99,128). Sum of RGB (Red+Green+Blue) = 97+99+128=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 128 - color contains mainly: blue. Hex color #616380 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616380 is #9E9C7F. Grayscale: #656565. Windows color (decimal): -10394752 or 8414049. OLE color: 8414049.

HSL color Cylindrical-coordinate representation of color #616380: hue angle of 236.13º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616380 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9799128-
CMYK0.240.2300.50
HSL236.13º13.78%44.12%-
HSV(B)236.13º24.22%50.2%-
XYZ13.2913.0222.24-
YUV101.71142.84124.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.94%
GREEN value IS 99 (39.06% from 255) = 30.56%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=29.94%
G=30.56%
B=39.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal97991280.240.2300.50236.1313.7844.12
Hex6163801817032ece2c
Octal14114320030270623541654
Binary110000111000111000000011000101110110010111011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616380; }

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

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

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

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

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

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

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

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