Html Css Color HEX #60646C Shuttle Grey

📋 copy color: '#60646C'

red 96 ◦ green 100 ◦ blue 108

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

Shades of Shuttle Grey #60646C

Tints of Shuttle Grey #60646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 31.58%
G = 32.89%
B = 35.53%

CMYK

 C value IS 0.11

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60646C (or 0x60646C) is known color: Shuttle Grey. HEX triplet: 60, 64 and 6C. RGB value is (96,100,108). Sum of RGB (Red+Green+Blue) = 96+100+108=304 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.58% from 304); Green value is 100 (39.45% from 255 or 32.89% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 108 - color contains mainly: blue. Hex color #60646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60646C is #9F9B93. Grayscale: #636363. Windows color (decimal): -10460052 or 7103584. OLE color: 7103584.

HSL color Cylindrical-coordinate representation of color #60646C: hue angle of 220º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #60646C is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 100 108 -
CMYK 0.11 0.07 0 0.58
HSL 220º 0.06% 0.4% -
HSV(B) 220º 0.11% 0.42% -
XYZ 12.09 12.68 16 -
YUV 99.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 96 100 108 0.11 0.07 0 0.58 220 0.06 0.4
Hex 60 64 6C B 7 0 3A DC 6 28
Octal 140 144 154 13 7 0 72 334 6 50
Binary 1100000 1100100 1101100 1011 111 0 111010 11011100 110 101000

Color Harmonies of #60646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60646C

Black with #60646C

Text Example


Text Example

White with #60646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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