#61657F

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

Shades of Comet #61657F

Tints of Comet #61657F

Color information

#61657F (or 0x61657F) is unknown color: approx Comet. HEX triplet: 61, 65 and 7F. RGB value is (97,101,127). Sum of RGB (Red+Green+Blue) = 97+101+127=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 127 - color contains mainly: blue. Hex color #61657F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61657F is #9E9A80. Grayscale: #666666. Windows color (decimal): -10394241 or 8349025. OLE color: 8349025.

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

Color convert

RGB97101127-
CMYK0.240.2000.50
HSL232º13.39%43.92%-
HSV(B)232º23.62%49.8%-
XYZ13.4113.3821.95-
YUV102.77141.67123.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 29.85%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 127 (50% from 255) = 39.08%
R=29.85%
G=31.08%
B=39.08%

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
Decimal971011270.240.2000.5023213.3943.92
Hex61657F1814032e8d2c
Octal14114517730240623501554
Binary11000011100101111111111000101000110010111010001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61657F; }

 p { color: rgb(97,101,127); }

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

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

 a { background-color: rgb(97,101,127); }

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

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

 span { border-color: rgb(97,101,127); }

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