Html Css Color HEX #60696E Mid Grey

📋 copy color: '#60696E'

red 96 ◦ green 105 ◦ blue 110

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

Shades of Mid Grey #60696E

Tints of Mid Grey #60696E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 30.87%
G = 33.76%
B = 35.37%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60696E (or 0x60696E) is known color: Mid Grey. HEX triplet: 60, 69 and 6E. RGB value is (96,105,110). Sum of RGB (Red+Green+Blue) = 96+105+110=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 105 (41.41% from 255 or 33.76% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 110 - color contains mainly: blue. Hex color #60696E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60696E is #9F9691. Grayscale: #666666. Windows color (decimal): -10458770 or 7235936. OLE color: 7235936.

HSL color Cylindrical-coordinate representation of color #60696E: hue angle of 201.43º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60696E is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 105 110 -
CMYK 0.13 0.05 0 0.57
HSL 201.43º 0.07% 0.4% -
HSV(B) 201.43º 0.13% 0.43% -
XYZ 12.69 13.72 16.73 -
YUV 102.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 96 105 110 0.13 0.05 0 0.57 201.43 0.07 0.4
Hex 60 69 6E D 5 0 39 C9 7 28
Octal 140 151 156 15 5 0 71 311 7 50
Binary 1100000 1101001 1101110 1101 101 0 111001 11001001 111 101000

Color Harmonies of #60696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60696E

Black with #60696E

Text Example


Text Example

White with #60696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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