Html Css Color HEX #61666B Shuttle Grey

📋 copy color: '#61666B'

red 97 ◦ green 102 ◦ blue 107

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

Shades of Shuttle Grey #61666B

Tints of Shuttle Grey #61666B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 31.7%
G = 33.33%
B = 34.97%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#61666B (or 0x61666B) is known color: Shuttle Grey. HEX triplet: 61, 66 and 6B. RGB value is (97,102,107). Sum of RGB (Red+Green+Blue) = 97+102+107=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 107 - color contains mainly: blue. Hex color #61666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61666B is #9E9994. Grayscale: #656565. Windows color (decimal): -10394005 or 7038561. OLE color: 7038561.

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

Color convert

RGB 97 102 107 -
CMYK 0.09 0.05 0 0.58
HSL 210º 0.05% 0.4% -
HSV(B) 210º 0.09% 0.42% -
XYZ 12.33 13.11 15.79 -
YUV 101.08 131.34 125.09 -
System Red Green Blue C M Y K H S L
Decimal 97 102 107 0.09 0.05 0 0.58 210 0.05 0.4
Hex 61 66 6B 9 5 0 3A D2 5 28
Octal 141 146 153 11 5 0 72 322 5 50
Binary 1100001 1100110 1101011 1001 101 0 111010 11010010 101 101000

Color Harmonies of #61666B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61666B

Black with #61666B

Text Example


Text Example

White with #61666B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61666B; }

 p { color: rgb(97,102,107); }

 H1.HeaderClassName
 {
   color: #61666B;
 }
 .AnyTagClassName
 {
   color: #61666B;
 }
</style>

background-color css

<style>
 a { background-color: #61666B; }

 a { background-color: rgb(97,102,107); }

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

border-color css

<style>
 span { border-color: #61666B; }

 span { border-color: rgb(97,102,107); }

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