Html Css Color HEX #60686E Mid Grey

📋 copy color: '#60686E'

red 96 ◦ green 104 ◦ blue 110

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

Shades of Mid Grey #60686E

Tints of Mid Grey #60686E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.55%

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

R = 30.97%
G = 33.55%
B = 35.48%

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

#60686E (or 0x60686E) is known color: Mid Grey. HEX triplet: 60, 68 and 6E. RGB value is (96,104,110). Sum of RGB (Red+Green+Blue) = 96+104+110=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 110 - color contains mainly: blue. Hex color #60686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60686E is #9F9791. Grayscale: #666666. Windows color (decimal): -10459026 or 7235680. OLE color: 7235680.

HSL color Cylindrical-coordinate representation of color #60686E: hue angle of 205.71º 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 #60686E is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 104 110 -
CMYK 0.13 0.05 0 0.57
HSL 205.71º 0.07% 0.4% -
HSV(B) 205.71º 0.13% 0.43% -
XYZ 12.59 13.51 16.7 -
YUV 102.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 96 104 110 0.13 0.05 0 0.57 205.71 0.07 0.4
Hex 60 68 6E D 5 0 39 CE 7 28
Octal 140 150 156 15 5 0 71 316 7 50
Binary 1100000 1101000 1101110 1101 101 0 111001 11001110 111 101000

Color Harmonies of #60686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60686E

Black with #60686E

Text Example


Text Example

White with #60686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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