#666C74

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

Shades of Shuttle Grey #666C74

Tints of Shuttle Grey #666C74

Color information

#666C74 (or 0x666C74) is unknown color: approx Shuttle Grey. HEX triplet: 66, 6C and 74. RGB value is (102,108,116). Sum of RGB (Red+Green+Blue) = 102+108+116=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #666C74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666C74 is #99938B. Grayscale: #6B6B6B. Windows color (decimal): -10064780 or 7629926. OLE color: 7629926.

HSL color Cylindrical-coordinate representation of color #666C74: hue angle of 214.29º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666C74 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102108116-
CMYK0.120.0700.55
HSL214.29º6.42%42.75%-
HSV(B)214.29º12.07%45.49%-
XYZ13.9914.8118.64-
YUV107.12133.01124.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 116 (45.70% from 255) = 35.58%
R=31.29%
G=33.13%
B=35.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021081160.120.0700.55214.296.4242.75
Hex666C74C7037d662b
Octal146154164147067326653
Binary1100110110110011101001100111011011111010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666C74; }

 p { color: rgb(102,108,116); }

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

<style>
 a { background-color: #666C74; }

 a { background-color: rgb(102,108,116); }

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

<style>
 span { border-color: #666C74; }

 span { border-color: rgb(102,108,116); }

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