#688093

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

Shades of Slate Grey #688093

Tints of Slate Grey #688093

Color information

#688093 (or 0x688093) is unknown color: approx Slate Grey. HEX triplet: 68, 80 and 93. RGB value is (104,128,147). Sum of RGB (Red+Green+Blue) = 104+128+147=379 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.44% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 147 - color contains mainly: blue. Hex color #688093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688093 is #977F6C. Grayscale: #7A7A7A. Windows color (decimal): -9928557 or 9666664. OLE color: 9666664.

HSL color Cylindrical-coordinate representation of color #688093: hue angle of 206.51º 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 #688093 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104128147-
CMYK0.290.1300.42
HSL206.51º17.13%49.22%-
HSV(B)206.51º29.25%57.65%-
XYZ18.6920.4930.57-
YUV122.99141.55114.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.44%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=27.44%
G=33.77%
B=38.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041281470.290.1300.42206.5117.1349.22
Hex6880931DD02Acf1131
Octal15020022335150523172161
Binary1101000100000001001001111101110101010101100111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688093; }

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

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

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

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

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

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

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

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