#66768B

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

Shades of Slate Grey #66768B

Tints of Slate Grey #66768B

Color information

#66768B (or 0x66768B) is unknown color: approx Slate Grey. HEX triplet: 66, 76 and 8B. RGB value is (102,118,139). Sum of RGB (Red+Green+Blue) = 102+118+139=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 118 (46.48% from 255 or 32.87% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #66768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66768B is #998974. Grayscale: #737373. Windows color (decimal): -10062197 or 9139814. OLE color: 9139814.

HSL color Cylindrical-coordinate representation of color #66768B: hue angle of 214.05º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66768B is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102118139-
CMYK0.270.1500.45
HSL214.05º15.35%47.25%-
HSV(B)214.05º26.62%54.51%-
XYZ16.6217.6526.96-
YUV115.61141.2118.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 118 (46.48% from 255) = 32.87%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=28.41%
G=32.87%
B=38.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021181390.270.1500.45214.0515.3547.25
Hex66768B1BF02Dd6f2f
Octal14616621333170553261757
Binary11001101110110100010111101111110101101110101101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66768B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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