Html Css Color HEX #61646D Shuttle Grey

📋 copy color: '#61646D'

red 97 ◦ green 100 ◦ blue 109

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

Shades of Shuttle Grey #61646D

Tints of Shuttle Grey #61646D

RGB

 RED value IS 97 (38.28% from 255) = 31.7%

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

 BLUE value IS 109 (42.97% from 255) = 35.62%

R = 31.7%
G = 32.68%
B = 35.62%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#61646D (or 0x61646D) is known color: Shuttle Grey. HEX triplet: 61, 64 and 6D. RGB value is (97,100,109). Sum of RGB (Red+Green+Blue) = 97+100+109=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 100 (39.45% from 255 or 32.68% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #61646D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61646D is #9E9B92. Grayscale: #646464. Windows color (decimal): -10394515 or 7169121. OLE color: 7169121.

HSL color Cylindrical-coordinate representation of color #61646D: hue angle of 225º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #61646D is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 97 100 109 -
CMYK 0.11 0.08 0 0.57
HSL 225º 0.06% 0.4% -
HSV(B) 225º 0.11% 0.43% -
XYZ 12.25 12.76 16.29 -
YUV 100.13 133.01 125.77 -
System Red Green Blue C M Y K H S L
Decimal 97 100 109 0.11 0.08 0 0.57 225 0.06 0.4
Hex 61 64 6D B 8 0 39 E1 6 28
Octal 141 144 155 13 10 0 71 341 6 50
Binary 1100001 1100100 1101101 1011 1000 0 111001 11100001 110 101000

Color Harmonies of #61646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61646D

Black with #61646D

Text Example


Text Example

White with #61646D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61646D; }

 p { color: rgb(97,100,109); }

 H1.HeaderClassName
 {
   color: #61646D;
 }
 .AnyTagClassName
 {
   color: #61646D;
 }
</style>

background-color css

<style>
 a { background-color: #61646D; }

 a { background-color: rgb(97,100,109); }

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

border-color css

<style>
 span { border-color: #61646D; }

 span { border-color: rgb(97,100,109); }

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