Html Css Color HEX #606970 Mid Grey

📋 copy color: '#606970'

red 96 ◦ green 105 ◦ blue 112

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

Shades of Mid Grey #606970

Tints of Mid Grey #606970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

 BLUE value IS 112 (44.14% from 255) = 35.78%

R = 30.67%
G = 33.55%
B = 35.78%

CMYK

 C value IS 0.14

 M value IS 0.06

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606970 (or 0x606970) is known color: Mid Grey. HEX triplet: 60, 69 and 70. RGB value is (96,105,112). Sum of RGB (Red+Green+Blue) = 96+105+112=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #606970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606970 is #9F968F. Grayscale: #676767. Windows color (decimal): -10458768 or 7367008. OLE color: 7367008.

HSL color Cylindrical-coordinate representation of color #606970: hue angle of 206.25º degrees, saturation: 0.08, 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 #606970 is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 105 112 -
CMYK 0.14 0.06 0 0.56
HSL 206.25º 0.08% 0.41% -
HSV(B) 206.25º 0.14% 0.44% -
XYZ 12.8 13.76 17.31 -
YUV 103.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 96 105 112 0.14 0.06 0 0.56 206.25 0.08 0.41
Hex 60 69 70 E 6 0 38 CE 8 29
Octal 140 151 160 16 6 0 70 316 10 51
Binary 1100000 1101001 1110000 1110 110 0 111000 11001110 1000 101001

Color Harmonies of #606970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606970

Black with #606970

Text Example


Text Example

White with #606970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606970; }

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

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

background-color css

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

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

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

border-color css

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

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

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