#60696F

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

Shades of Mid Grey #60696F

Tints of Mid Grey #60696F

Color information

#60696F (or 0x60696F) is unknown color: approx Mid Grey. HEX triplet: 60, 69 and 6F. RGB value is (96,105,111). Sum of RGB (Red+Green+Blue) = 96+105+111=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 105 (41.41% from 255 or 33.65% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 111 - color contains mainly: blue. Hex color #60696F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60696F is #9F9690. Grayscale: #666666. Windows color (decimal): -10458769 or 7301472. OLE color: 7301472.

HSL color Cylindrical-coordinate representation of color #60696F: hue angle of 204º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #60696F is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB96105111-
CMYK0.140.0500.56
HSL204º7.25%40.59%-
HSV(B)204º13.51%43.53%-
XYZ12.7413.7417.02-
YUV102.99132.52123.01-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.77%
GREEN value IS 105 (41.41% from 255) = 33.65%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=30.77%
G=33.65%
B=35.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal961051110.140.0500.562047.2540.59
Hex60696FE5038cc729
Octal140151157165070314751
Binary1100000110100111011111110101011100011001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,105,111); }

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

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

 a { background-color: rgb(96,105,111); }

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

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

 span { border-color: rgb(96,105,111); }

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