Html Css Color HEX #688297 Slate Grey

📋 copy color: '#688297'

red 104 ◦ green 130 ◦ blue 151

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

Shades of Slate Grey #688297

Tints of Slate Grey #688297

RGB

 RED value IS 104 (41.02% from 255) = 27.01%

 GREEN value IS 130 (51.17% from 255) = 33.77%

 BLUE value IS 151 (59.38% from 255) = 39.22%

R = 27.01%
G = 33.77%
B = 39.22%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#688297 (or 0x688297) is known color: Slate Grey. HEX triplet: 68, 82 and 97. RGB value is (104,130,151). Sum of RGB (Red+Green+Blue) = 104+130+151=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 151 - color contains mainly: blue. Hex color #688297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688297 is #977D68. Grayscale: #7C7C7C. Windows color (decimal): -9928041 or 9929320. OLE color: 9929320.

HSL color Cylindrical-coordinate representation of color #688297: hue angle of 206.81º 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 #688297 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 104 130 151 -
CMYK 0.31 0.14 0 0.41
HSL 206.81º 0.18% 0.5% -
HSV(B) 206.81º 0.31% 0.59% -
XYZ 19.28 21.14 32.34 -
YUV 124.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 104 130 151 0.31 0.14 0 0.41 206.81 0.18 0.5
Hex 68 82 97 1F E 0 29 CF 12 32
Octal 150 202 227 37 16 0 51 317 22 62
Binary 1101000 10000010 10010111 11111 1110 0 101001 11001111 10010 110010

Color Harmonies of #688297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688297

Black with #688297

Text Example


Text Example

White with #688297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688297; }

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

 H1.HeaderClassName
 {
   color: #688297;
 }
 .AnyTagClassName
 {
   color: #688297;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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