Html Css Color HEX #60676F Shuttle Grey

📋 copy color: '#60676F'

red 96 ◦ green 103 ◦ blue 111

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

Shades of Shuttle Grey #60676F

Tints of Shuttle Grey #60676F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.23%

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

R = 30.97%
G = 33.23%
B = 35.81%

CMYK

 C value IS 0.14

 M value IS 0.07

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#60676F (or 0x60676F) is known color: Shuttle Grey. HEX triplet: 60, 67 and 6F. RGB value is (96,103,111). Sum of RGB (Red+Green+Blue) = 96+103+111=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: blue. Hex color #60676F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60676F is #9F9890. Grayscale: #656565. Windows color (decimal): -10459281 or 7300960. OLE color: 7300960.

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

Color convert

RGB 96 103 111 -
CMYK 0.14 0.07 0 0.56
HSL 212º 0.07% 0.41% -
HSV(B) 212º 0.14% 0.44% -
XYZ 12.54 13.33 16.95 -
YUV 101.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 96 103 111 0.14 0.07 0 0.56 212 0.07 0.41
Hex 60 67 6F E 7 0 38 D4 7 29
Octal 140 147 157 16 7 0 70 324 7 51
Binary 1100000 1100111 1101111 1110 111 0 111000 11010100 111 101001

Color Harmonies of #60676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60676F

Black with #60676F

Text Example


Text Example

White with #60676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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