#688196

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

Shades of Slate Grey #688196

Tints of Slate Grey #688196

Color information

#688196 (or 0x688196) is unknown color: approx Slate Grey. HEX triplet: 68, 81 and 96. RGB value is (104,129,150). Sum of RGB (Red+Green+Blue) = 104+129+150=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 150 (58.98% from 255 or 39.16% from 383); Max value from RGB is 150 - color contains mainly: blue. Hex color #688196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688196 is #977E69. Grayscale: #7B7B7B. Windows color (decimal): -9928298 or 9863528. OLE color: 9863528.

HSL color Cylindrical-coordinate representation of color #688196: hue angle of 207.39º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #688196 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB104129150-
CMYK0.310.1400.41
HSL207.39º18.11%49.8%-
HSV(B)207.39º30.67%58.82%-
XYZ19.0620.8531.87-
YUV123.92142.72113.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 150 (58.98% from 255) = 39.16%
R=27.15%
G=33.68%
B=39.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1041291500.310.1400.41207.3918.1149.8
Hex6881961FE029cf1232
Octal15020122637160513172262
Binary1101000100000011001011011111111001010011100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688196; }

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

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

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

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

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

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

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

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