Html Css Color HEX #60676C Mid Grey

📋 copy color: '#60676C'

red 96 ◦ green 103 ◦ blue 108

#60676C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #60676C

Tints of Mid Grey #60676C

RGB

 RED value IS 96 (37.89% from 255) = 31.27%

 GREEN value IS 103 (40.63% from 255) = 33.55%

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 31.27%
G = 33.55%
B = 35.18%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60676C (or 0x60676C) is known color: Mid Grey. HEX triplet: 60, 67 and 6C. RGB value is (96,103,108). Sum of RGB (Red+Green+Blue) = 96+103+108=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 108 - color contains mainly: blue. Hex color #60676C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60676C is #9F9893. Grayscale: #656565. Windows color (decimal): -10459284 or 7104352. OLE color: 7104352.

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

Color convert

RGB 96 103 108 -
CMYK 0.11 0.05 0 0.58
HSL 205º 0.06% 0.4% -
HSV(B) 205º 0.11% 0.42% -
XYZ 12.38 13.27 16.1 -
YUV 101.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 96 103 108 0.11 0.05 0 0.58 205 0.06 0.4
Hex 60 67 6C B 5 0 3A CD 6 28
Octal 140 147 154 13 5 0 72 315 6 50
Binary 1100000 1100111 1101100 1011 101 0 111010 11001101 110 101000

Color Harmonies of #60676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60676C

Black with #60676C

Text Example


Text Example

White with #60676C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,103,108); }

 H1.HeaderClassName
 {
   color: #60676C;
 }
 .AnyTagClassName
 {
   color: #60676C;
 }
</style>

background-color css

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

 a { background-color: rgb(96,103,108); }

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

border-color css

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

 span { border-color: rgb(96,103,108); }

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