#66686B

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

Shades of Shuttle Grey #66686B

Tints of Shuttle Grey #66686B

Color information

#66686B (or 0x66686B) is unknown color: approx Shuttle Grey. HEX triplet: 66, 68 and 6B. RGB value is (102,104,107). Sum of RGB (Red+Green+Blue) = 102+104+107=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 104 (41.02% from 255 or 33.23% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 107 - color contains mainly: blue. Hex color #66686B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66686B is #999794. Grayscale: #676767. Windows color (decimal): -10065813 or 7039078. OLE color: 7039078.

HSL color Cylindrical-coordinate representation of color #66686B: hue angle of 216º degrees, saturation: 0.02, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #66686B is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB102104107-
CMYK0.050.0300.58
HSL216º2.39%40.98%-
HSV(B)216º4.67%41.96%-
XYZ13.0813.7915.88-
YUV103.74129.84126.76-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 104 (41.02% from 255) = 33.23%
BLUE value IS 107 (42.19% from 255) = 34.19%
R=32.59%
G=33.23%
B=34.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021041070.050.0300.582162.3940.98
Hex66686B5303Ad8229
Octal14615015353072330251
Binary1100110110100011010111011101110101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66686B;
 }
 .AnyTagClassName
 {
   color: #66686B;
 }
</style>
background-color css

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

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

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

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

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

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