#688295

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

Shades of Slate Grey #688295

Tints of Slate Grey #688295

Color information

#688295 (or 0x688295) is unknown color: approx Slate Grey. HEX triplet: 68, 82 and 95. RGB value is (104,130,149). Sum of RGB (Red+Green+Blue) = 104+130+149=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 149 - color contains mainly: blue. Hex color #688295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688295 is #977D6A. Grayscale: #7C7C7C. Windows color (decimal): -9928043 or 9798248. OLE color: 9798248.

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

Color convert

RGB104130149-
CMYK0.300.1300.42
HSL205.33º17.79%49.61%-
HSV(B)205.33º30.2%58.43%-
XYZ19.1221.0831.49-
YUV124.39141.89113.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 149 (58.59% from 255) = 38.90%
R=27.15%
G=33.94%
B=38.90%

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
Decimal1041301490.300.1300.42205.3317.7949.61
Hex6882951ED02Acd1232
Octal15020222536150523152262
Binary1101000100000101001010111110110101010101100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688295; }

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

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

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

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

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

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

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

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