Html Css Color HEX #60666A Mid Grey

📋 copy color: '#60666A'

red 96 ◦ green 102 ◦ blue 106

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

Shades of Mid Grey #60666A

Tints of Mid Grey #60666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 31.58%
G = 33.55%
B = 34.87%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60666A (or 0x60666A) is known color: Mid Grey. HEX triplet: 60, 66 and 6A. RGB value is (96,102,106). Sum of RGB (Red+Green+Blue) = 96+102+106=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 106 - color contains mainly: blue. Hex color #60666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60666A is #9F9995. Grayscale: #646464. Windows color (decimal): -10459542 or 6973024. OLE color: 6973024.

HSL color Cylindrical-coordinate representation of color #60666A: hue angle of 204º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #60666A is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 102 106 -
CMYK 0.09 0.04 0 0.58
HSL 204º 0.05% 0.4% -
HSV(B) 204º 0.09% 0.42% -
XYZ 12.18 13.03 15.51 -
YUV 100.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 96 102 106 0.09 0.04 0 0.58 204 0.05 0.4
Hex 60 66 6A 9 4 0 3A CC 5 28
Octal 140 146 152 11 4 0 72 314 5 50
Binary 1100000 1100110 1101010 1001 100 0 111010 11001100 101 101000

Color Harmonies of #60666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60666A

Black with #60666A

Text Example


Text Example

White with #60666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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