Html Css Color HEX #60646E Shuttle Grey

📋 copy color: '#60646E'

red 96 ◦ green 100 ◦ blue 110

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

Shades of Shuttle Grey #60646E

Tints of Shuttle Grey #60646E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 35.95%

R = 31.37%
G = 32.68%
B = 35.95%

CMYK

 C value IS 0.13

 M value IS 0.09

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60646E (or 0x60646E) is known color: Shuttle Grey. HEX triplet: 60, 64 and 6E. RGB value is (96,100,110). Sum of RGB (Red+Green+Blue) = 96+100+110=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 110 - color contains mainly: blue. Hex color #60646E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60646E is #9F9B91. Grayscale: #636363. Windows color (decimal): -10460050 or 7234656. OLE color: 7234656.

HSL color Cylindrical-coordinate representation of color #60646E: hue angle of 222.86º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #60646E is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 100 110 -
CMYK 0.13 0.09 0 0.57
HSL 222.86º 0.07% 0.4% -
HSV(B) 222.86º 0.13% 0.43% -
XYZ 12.2 12.73 16.57 -
YUV 99.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 96 100 110 0.13 0.09 0 0.57 222.86 0.07 0.4
Hex 60 64 6E D 9 0 39 DF 7 28
Octal 140 144 156 15 11 0 71 337 7 50
Binary 1100000 1100100 1101110 1101 1001 0 111001 11011111 111 101000

Color Harmonies of #60646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60646E

Black with #60646E

Text Example


Text Example

White with #60646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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