#66768A

Color #66768A Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #66768A

Tints of Slate Grey #66768A

Color information

#66768A (or 0x66768A) is unknown color: approx Slate Grey. HEX triplet: 66, 76 and 8A. RGB value is (102,118,138). Sum of RGB (Red+Green+Blue) = 102+118+138=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #66768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66768A is #998975. Grayscale: #737373. Windows color (decimal): -10062198 or 9074278. OLE color: 9074278.

HSL color Cylindrical-coordinate representation of color #66768A: hue angle of 213.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66768A is Cyan = 0.26, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB102118138-
CMYK0.260.1400.46
HSL213.33º15%47.06%-
HSV(B)213.33º26.09%54.12%-
XYZ16.5517.6226.57-
YUV115.5140.7118.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 118 (46.48% from 255) = 32.96%
BLUE value IS 138 (54.30% from 255) = 38.55%
R=28.49%
G=32.96%
B=38.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021181380.260.1400.46213.331547.06
Hex66768A1AE02Ed5f2f
Octal14616621232160563251757
Binary11001101110110100010101101011100101110110101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66768A; }

 p { color: rgb(102,118,138); }

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

<style>
 a { background-color: #66768A; }

 a { background-color: rgb(102,118,138); }

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

<style>
 span { border-color: #66768A; }

 span { border-color: rgb(102,118,138); }

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