Html Css Color HEX #606A71 Mid Grey

📋 copy color: '#606A71'

red 96 ◦ green 106 ◦ blue 113

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

Shades of Mid Grey #606A71

Tints of Mid Grey #606A71

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.65%

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 30.48%
G = 33.65%
B = 35.87%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606A71 (or 0x606A71) is known color: Mid Grey. HEX triplet: 60, 6A and 71. RGB value is (96,106,113). Sum of RGB (Red+Green+Blue) = 96+106+113=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #606A71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A71 is #9F958E. Grayscale: #676767. Windows color (decimal): -10458511 or 7432800. OLE color: 7432800.

HSL color Cylindrical-coordinate representation of color #606A71: hue angle of 204.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606A71 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 106 113 -
CMYK 0.15 0.06 0 0.56
HSL 204.71º 0.08% 0.41% -
HSV(B) 204.71º 0.15% 0.44% -
XYZ 12.96 13.99 17.64 -
YUV 103.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 96 106 113 0.15 0.06 0 0.56 204.71 0.08 0.41
Hex 60 6A 71 F 6 0 38 CD 8 29
Octal 140 152 161 17 6 0 70 315 10 51
Binary 1100000 1101010 1110001 1111 110 0 111000 11001101 1000 101001

Color Harmonies of #606A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606A71

Black with #606A71

Text Example


Text Example

White with #606A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,106,113); }

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

background-color css

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

 a { background-color: rgb(96,106,113); }

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

border-color css

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

 span { border-color: rgb(96,106,113); }

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