Html Css Color HEX #688099 Slate Grey

📋 copy color: '#688099'

red 104 ◦ green 128 ◦ blue 153

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

Shades of Slate Grey #688099

Tints of Slate Grey #688099

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 27.01%
G = 33.25%
B = 39.74%

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

#688099 (or 0x688099) is known color: Slate Grey. HEX triplet: 68, 80 and 99. RGB value is (104,128,153). Sum of RGB (Red+Green+Blue) = 104+128+153=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 153 - color contains mainly: blue. Hex color #688099 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688099 is #977F66. Grayscale: #7B7B7B. Windows color (decimal): -9928551 or 10059880. OLE color: 10059880.

HSL color Cylindrical-coordinate representation of color #688099: hue angle of 210.61º 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 #688099 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 128 153 -
CMYK 0.32 0.16 0 0.4
HSL 210.61º 0.19% 0.5% -
HSV(B) 210.61º 0.32% 0.6% -
XYZ 19.18 20.68 33.12 -
YUV 123.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 104 128 153 0.32 0.16 0 0.4 210.61 0.19 0.5
Hex 68 80 99 20 10 0 28 D3 13 32
Octal 150 200 231 40 20 0 50 323 23 62
Binary 1101000 10000000 10011001 100000 10000 0 101000 11010011 10011 110010

Color Harmonies of #688099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688099

Black with #688099

Text Example


Text Example

White with #688099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688099; }

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

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

background-color css

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

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

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

border-color css

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

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

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