#61666B

Color #61666B Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #61666B

Tints of Shuttle Grey #61666B

Color information

#61666B (or 0x61666B) is unknown color: approx 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

RGB97102107-
CMYK0.090.0500.58
HSL210º4.9%40%-
HSV(B)210º9.35%41.96%-
XYZ12.3313.1115.79-
YUV101.07131.34125.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.70%
GREEN value IS 102 (40.23% from 255) = 33.33%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=31.70%
G=33.33%
B=34.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971021070.090.0500.582104.940
Hex61666B9503Ad2528
Octal141146153115072322550
Binary1100001110011011010111001101011101011010010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>