#66686E

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

Shades of Shuttle Grey #66686E

Tints of Shuttle Grey #66686E

Color information

#66686E (or 0x66686E) is unknown color: approx Shuttle Grey. HEX triplet: 66, 68 and 6E. RGB value is (102,104,110). Sum of RGB (Red+Green+Blue) = 102+104+110=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 110 - color contains mainly: blue. Hex color #66686E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66686E is #999791. Grayscale: #686868. Windows color (decimal): -10065810 or 7235686. OLE color: 7235686.

HSL color Cylindrical-coordinate representation of color #66686E: hue angle of 225º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #66686E is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB102104110-
CMYK0.070.0500.57
HSL225º3.77%41.57%-
HSV(B)225º7.27%43.14%-
XYZ13.2413.8516.73-
YUV104.09131.34126.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.28%
GREEN value IS 104 (41.02% from 255) = 32.91%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=32.28%
G=32.91%
B=34.81%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021041100.070.0500.572253.7741.57
Hex66686E75039e142a
Octal14615015675071341452
Binary110011011010001101110111101011100111100001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66686E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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