#688193

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

Shades of Slate Grey #688193

Tints of Slate Grey #688193

Color information

#688193 (or 0x688193) is unknown color: approx Slate Grey. HEX triplet: 68, 81 and 93. RGB value is (104,129,147). Sum of RGB (Red+Green+Blue) = 104+129+147=380 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.37% from 380); Green value is 129 (50.78% from 255 or 33.95% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 147 - color contains mainly: blue. Hex color #688193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688193 is #977E6C. Grayscale: #7B7B7B. Windows color (decimal): -9928301 or 9666920. OLE color: 9666920.

HSL color Cylindrical-coordinate representation of color #688193: hue angle of 205.12º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #688193 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104129147-
CMYK0.290.1200.42
HSL205.12º17.13%49.22%-
HSV(B)205.12º29.25%57.65%-
XYZ18.8320.7530.62-
YUV123.58141.22114.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.37%
GREEN value IS 129 (50.78% from 255) = 33.95%
BLUE value IS 147 (57.81% from 255) = 38.68%
R=27.37%
G=33.95%
B=38.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041291470.290.1200.42205.1217.1349.22
Hex6881931DC02Acd1131
Octal15020122335140523152161
Binary1101000100000011001001111101110001010101100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688193; }

 p { color: rgb(104,129,147); }

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

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

 a { background-color: rgb(104,129,147); }

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

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

 span { border-color: rgb(104,129,147); }

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