Html Css Color HEX #688295 Slate Grey

📋 copy color: '#688295'

red 104 ◦ green 130 ◦ blue 149

#688295
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #688295

Tints of Slate Grey #688295

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.9%

R = 27.15%
G = 33.94%
B = 38.9%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#688295 (or 0x688295) is known color: 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

RGB 104 130 149 -
CMYK 0.30 0.13 0 0.42
HSL 205.33º 0.18% 0.5% -
HSV(B) 205.33º 0.3% 0.58% -
XYZ 19.12 21.08 31.49 -
YUV 124.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 104 130 149 0.30 0.13 0 0.42 205.33 0.18 0.5
Hex 68 82 95 1E D 0 2A CD 12 32
Octal 150 202 225 36 15 0 52 315 22 62
Binary 1101000 10000010 10010101 11110 1101 0 101010 11001101 10010 110010

Color Harmonies of #688295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688295

Black with #688295

Text Example


Text Example

White with #688295

Text Example


Text Example

HTML Codes & Css Web 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>