#688294

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

Shades of Slate Grey #688294

Tints of Slate Grey #688294

Color information

#688294 (or 0x688294) is unknown color: approx Slate Grey. HEX triplet: 68, 82 and 94. RGB value is (104,130,148). Sum of RGB (Red+Green+Blue) = 104+130+148=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 130 (51.17% from 255 or 34.03% from 382); Blue value is 148 (58.20% from 255 or 38.74% from 382); Max value from RGB is 148 - color contains mainly: blue. Hex color #688294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688294 is #977D6B. Grayscale: #7C7C7C. Windows color (decimal): -9928044 or 9732712. OLE color: 9732712.

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

Color convert

RGB104130148-
CMYK0.300.1200.42
HSL204.55º17.46%49.41%-
HSV(B)204.55º29.73%58.04%-
XYZ19.0421.0531.08-
YUV124.28141.39113.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 130 (51.17% from 255) = 34.03%
BLUE value IS 148 (58.20% from 255) = 38.74%
R=27.23%
G=34.03%
B=38.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041301480.300.1200.42204.5517.4649.41
Hex6882941EC02Acd1131
Octal15020222436140523152161
Binary1101000100000101001010011110110001010101100110110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688294; }

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

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

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

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

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

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

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

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