#61686C

Color #61686C Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #61686C

Tints of Mid Grey #61686C

Color information

#61686C (or 0x61686C) is unknown color: approx Mid Grey. HEX triplet: 61, 68 and 6C. RGB value is (97,104,108). Sum of RGB (Red+Green+Blue) = 97+104+108=309 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.39% from 309); Green value is 104 (41.02% from 255 or 33.66% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 108 - color contains mainly: blue. Hex color #61686C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61686C is #9E9793. Grayscale: #666666. Windows color (decimal): -10393492 or 7104609. OLE color: 7104609.

HSL color Cylindrical-coordinate representation of color #61686C: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #61686C is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB97104108-
CMYK0.100.0400.58
HSL201.82º5.37%40.2%-
HSV(B)201.82º10.19%42.35%-
XYZ12.5913.5216.13-
YUV102.36131.18124.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.39%
GREEN value IS 104 (41.02% from 255) = 33.66%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=31.39%
G=33.66%
B=34.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971041080.100.0400.58201.825.3740.2
Hex61686CA403Aca528
Octal141150154124072312550
Binary1100001110100011011001010100011101011001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61686C; }

 p { color: rgb(97,104,108); }

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

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

 a { background-color: rgb(97,104,108); }

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

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

 span { border-color: rgb(97,104,108); }

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