Html Css Color HEX #60666F Shuttle Grey

📋 copy color: '#60666F'

red 96 ◦ green 102 ◦ blue 111

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

Shades of Shuttle Grey #60666F

Tints of Shuttle Grey #60666F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.92%

R = 31.07%
G = 33.01%
B = 35.92%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60666F (or 0x60666F) is known color: Shuttle Grey. HEX triplet: 60, 66 and 6F. RGB value is (96,102,111). Sum of RGB (Red+Green+Blue) = 96+102+111=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 102 (40.23% from 255 or 33.01% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 111 - color contains mainly: blue. Hex color #60666F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60666F is #9F9990. Grayscale: #656565. Windows color (decimal): -10459537 or 7300704. OLE color: 7300704.

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

Color convert

RGB 96 102 111 -
CMYK 0.14 0.08 0 0.56
HSL 216º 0.07% 0.41% -
HSV(B) 216º 0.14% 0.44% -
XYZ 12.44 13.14 16.92 -
YUV 101.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 96 102 111 0.14 0.08 0 0.56 216 0.07 0.41
Hex 60 66 6F E 8 0 38 D8 7 29
Octal 140 146 157 16 10 0 70 330 7 51
Binary 1100000 1100110 1101111 1110 1000 0 111000 11011000 111 101001

Color Harmonies of #60666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60666F

Black with #60666F

Text Example


Text Example

White with #60666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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