Html Css Color HEX #606C76 Mid Grey

📋 copy color: '#606C76'

red 96 ◦ green 108 ◦ blue 118

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

Shades of Mid Grey #606C76

Tints of Mid Grey #606C76

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.54%

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

R = 29.81%
G = 33.54%
B = 36.65%

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

#606C76 (or 0x606C76) is known color: Mid Grey. HEX triplet: 60, 6C and 76. RGB value is (96,108,118). Sum of RGB (Red+Green+Blue) = 96+108+118=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 118 - color contains mainly: blue. Hex color #606C76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C76 is #9F9389. Grayscale: #696969. Windows color (decimal): -10457994 or 7760992. OLE color: 7760992.

HSL color Cylindrical-coordinate representation of color #606C76: hue angle of 207.27º 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 #606C76 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 108 118 -
CMYK 0.19 0.08 0 0.54
HSL 207.27º 0.1% 0.42% -
HSV(B) 207.27º 0.19% 0.46% -
XYZ 13.46 14.52 19.23 -
YUV 105.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 96 108 118 0.19 0.08 0 0.54 207.27 0.1 0.42
Hex 60 6C 76 13 8 0 36 CF A 2A
Octal 140 154 166 23 10 0 66 317 12 52
Binary 1100000 1101100 1110110 10011 1000 0 110110 11001111 1010 101010

Color Harmonies of #606C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606C76

Black with #606C76

Text Example


Text Example

White with #606C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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