Html Css Color HEX #60646F Shuttle Grey

📋 copy color: '#60646F'

red 96 ◦ green 100 ◦ blue 111

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

Shades of Shuttle Grey #60646F

Tints of Shuttle Grey #60646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

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

R = 31.27%
G = 32.57%
B = 36.16%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60646F (or 0x60646F) is known color: Shuttle Grey. HEX triplet: 60, 64 and 6F. RGB value is (96,100,111). Sum of RGB (Red+Green+Blue) = 96+100+111=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 111 - color contains mainly: blue. Hex color #60646F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60646F is #9F9B90. Grayscale: #646464. Windows color (decimal): -10460049 or 7300192. OLE color: 7300192.

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

Color convert

RGB 96 100 111 -
CMYK 0.14 0.10 0 0.56
HSL 224º 0.07% 0.41% -
HSV(B) 224º 0.14% 0.44% -
XYZ 12.25 12.75 16.85 -
YUV 100.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 96 100 111 0.14 0.10 0 0.56 224 0.07 0.41
Hex 60 64 6F E A 0 38 E0 7 29
Octal 140 144 157 16 12 0 70 340 7 51
Binary 1100000 1100100 1101111 1110 1010 0 111000 11100000 111 101001

Color Harmonies of #60646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60646F

Black with #60646F

Text Example


Text Example

White with #60646F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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