#68696B

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

Shades of Shuttle Grey #68696B

Tints of Shuttle Grey #68696B

Color information

#68696B (or 0x68696B) is unknown color: approx Shuttle Grey. HEX triplet: 68, 69 and 6B. RGB value is (104,105,107). Sum of RGB (Red+Green+Blue) = 104+105+107=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 107 - color contains mainly: blue. Hex color #68696B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68696B is #979694. Grayscale: #686868. Windows color (decimal): -9934485 or 7039336. OLE color: 7039336.

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

Color convert

RGB104105107-
CMYK0.030.0200.58
HSL220º1.42%41.37%-
HSV(B)220º2.8%41.96%-
XYZ13.4114.1115.93-
YUV104.93129.17127.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 107 (42.19% from 255) = 33.86%
R=32.91%
G=33.23%
B=33.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1041051070.030.0200.582201.4241.37
Hex68696B3203Adc129
Octal15015115332072334151
Binary11010001101001110101111100111010110111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68696B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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