#688195

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

Shades of Slate Grey #688195

Tints of Slate Grey #688195

Color information

#688195 (or 0x688195) is unknown color: approx Slate Grey. HEX triplet: 68, 81 and 95. RGB value is (104,129,149). Sum of RGB (Red+Green+Blue) = 104+129+149=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 149 - color contains mainly: blue. Hex color #688195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688195 is #977E6A. Grayscale: #7B7B7B. Windows color (decimal): -9928299 or 9797992. OLE color: 9797992.

HSL color Cylindrical-coordinate representation of color #688195: hue angle of 206.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688195 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104129149-
CMYK0.300.1300.42
HSL206.67º17.79%49.61%-
HSV(B)206.67º30.2%58.43%-
XYZ18.9820.8131.45-
YUV123.8142.22113.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=27.23%
G=33.77%
B=39.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041291490.300.1300.42206.6717.7949.61
Hex6881951ED02Acf1232
Octal15020122536150523172262
Binary1101000100000011001010111110110101010101100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688195; }

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

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

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

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

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

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

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

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