Html Css Color HEX #688199 Slate Grey

📋 copy color: '#688199'

red 104 ◦ green 129 ◦ blue 153

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

Shades of Slate Grey #688199

Tints of Slate Grey #688199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.42%

 BLUE value IS 153 (60.16% from 255) = 39.64%

R = 26.94%
G = 33.42%
B = 39.64%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#688199 (or 0x688199) is known color: Slate Grey. HEX triplet: 68, 81 and 99. RGB value is (104,129,153). Sum of RGB (Red+Green+Blue) = 104+129+153=386 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.94% from 386); Green value is 129 (50.78% from 255 or 33.42% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 153 - color contains mainly: blue. Hex color #688199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688199 is #977E66. Grayscale: #7C7C7C. Windows color (decimal): -9928295 or 10060136. OLE color: 10060136.

HSL color Cylindrical-coordinate representation of color #688199: hue angle of 209.39º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688199 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 129 153 -
CMYK 0.32 0.16 0 0.4
HSL 209.39º 0.19% 0.5% -
HSV(B) 209.39º 0.32% 0.6% -
XYZ 19.31 20.94 33.16 -
YUV 124.26 144.22 113.55 -
System Red Green Blue C M Y K H S L
Decimal 104 129 153 0.32 0.16 0 0.4 209.39 0.19 0.5
Hex 68 81 99 20 10 0 28 D1 13 32
Octal 150 201 231 40 20 0 50 321 23 62
Binary 1101000 10000001 10011001 100000 10000 0 101000 11010001 10011 110010

Color Harmonies of #688199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688199

Black with #688199

Text Example


Text Example

White with #688199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688199; }

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

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

background-color css

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

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

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

border-color css

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

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

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