Html Css Color HEX #60636A Shuttle Grey

📋 copy color: '#60636A'

red 96 ◦ green 99 ◦ blue 106

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

Shades of Shuttle Grey #60636A

Tints of Shuttle Grey #60636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.89%

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

R = 31.89%
G = 32.89%
B = 35.22%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#60636A (or 0x60636A) is known color: Shuttle Grey. HEX triplet: 60, 63 and 6A. RGB value is (96,99,106). Sum of RGB (Red+Green+Blue) = 96+99+106=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 106 - color contains mainly: blue. Hex color #60636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60636A is #9F9C95. Grayscale: #626262. Windows color (decimal): -10460310 or 6972256. OLE color: 6972256.

HSL color Cylindrical-coordinate representation of color #60636A: hue angle of 222º 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 #60636A is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 96 99 106 -
CMYK 0.09 0.07 0 0.58
HSL 222º 0.05% 0.4% -
HSV(B) 222º 0.09% 0.42% -
XYZ 11.89 12.45 15.41 -
YUV 98.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 96 99 106 0.09 0.07 0 0.58 222 0.05 0.4
Hex 60 63 6A 9 7 0 3A DE 5 28
Octal 140 143 152 11 7 0 72 336 5 50
Binary 1100000 1100011 1101010 1001 111 0 111010 11011110 101 101000

Color Harmonies of #60636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60636A

Black with #60636A

Text Example


Text Example

White with #60636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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