Html Css Color HEX #606D76 Mid Grey

📋 copy color: '#606D76'

red 96 ◦ green 109 ◦ blue 118

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

Shades of Mid Grey #606D76

Tints of Mid Grey #606D76

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.75%

 BLUE value IS 118 (46.48% from 255) = 36.53%

R = 29.72%
G = 33.75%
B = 36.53%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606D76 (or 0x606D76) is known color: Mid Grey. HEX triplet: 60, 6D and 76. RGB value is (96,109,118). Sum of RGB (Red+Green+Blue) = 96+109+118=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 118 - color contains mainly: blue. Hex color #606D76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D76 is #9F9289. Grayscale: #6A6A6A. Windows color (decimal): -10457738 or 7761248. OLE color: 7761248.

HSL color Cylindrical-coordinate representation of color #606D76: hue angle of 204.55º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #606D76 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 109 118 -
CMYK 0.19 0.08 0 0.54
HSL 204.55º 0.1% 0.42% -
HSV(B) 204.55º 0.19% 0.46% -
XYZ 13.56 14.73 19.27 -
YUV 106.14 134.69 120.77 -
System Red Green Blue C M Y K H S L
Decimal 96 109 118 0.19 0.08 0 0.54 204.55 0.1 0.42
Hex 60 6D 76 13 8 0 36 CD A 2A
Octal 140 155 166 23 10 0 66 315 12 52
Binary 1100000 1101101 1110110 10011 1000 0 110110 11001101 1010 101010

Color Harmonies of #606D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606D76

Black with #606D76

Text Example


Text Example

White with #606D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606D76; }

 p { color: rgb(96,109,118); }

 H1.HeaderClassName
 {
   color: #606D76;
 }
 .AnyTagClassName
 {
   color: #606D76;
 }
</style>

background-color css

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

 a { background-color: rgb(96,109,118); }

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

border-color css

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

 span { border-color: rgb(96,109,118); }

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