#616682

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

Shades of Comet #616682

Tints of Comet #616682

Color information

#616682 (or 0x616682) is unknown color: approx Comet. HEX triplet: 61, 66 and 82. RGB value is (97,102,130). Sum of RGB (Red+Green+Blue) = 97+102+130=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #616682 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616682 is #9E997D. Grayscale: #676767. Windows color (decimal): -10393982 or 8545889. OLE color: 8545889.

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

Color convert

RGB97102130-
CMYK0.250.2200.49
HSL230.91º14.54%44.51%-
HSV(B)230.91º25.38%50.98%-
XYZ13.7113.6623.03-
YUV103.7142.84123.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.48%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=29.48%
G=31.00%
B=39.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971021300.250.2200.49230.9114.5444.51
Hex6166821916031e7f2d
Octal14114620231260613471755
Binary110000111001101000001011001101100110001111001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616682; }

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

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

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

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

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

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

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

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