#616680

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

Shades of Comet #616680

Tints of Comet #616680

Color information

#616680 (or 0x616680) is unknown color: approx Comet. HEX triplet: 61, 66 and 80. RGB value is (97,102,128). Sum of RGB (Red+Green+Blue) = 97+102+128=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 128 (50.39% from 255 or 39.14% from 327); Max value from RGB is 128 - color contains mainly: blue. Hex color #616680 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616680 is #9E997F. Grayscale: #676767. Windows color (decimal): -10393984 or 8414817. OLE color: 8414817.

HSL color Cylindrical-coordinate representation of color #616680: hue angle of 230.32º 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 #616680 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB97102128-
CMYK0.240.2000.50
HSL230.32º13.78%44.12%-
HSV(B)230.32º24.22%50.2%-
XYZ13.5813.622.33-
YUV103.47141.84123.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.66%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 128 (50.39% from 255) = 39.14%
R=29.66%
G=31.19%
B=39.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal971021280.240.2000.50230.3213.7844.12
Hex6166801814032e6e2c
Octal14114620030240623461654
Binary110000111001101000000011000101000110010111001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616680; }

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

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

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

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

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

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

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

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