Html Css Color HEX #688399 Slate Grey

📋 copy color: '#688399'

red 104 ◦ green 131 ◦ blue 153

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

Shades of Slate Grey #688399

Tints of Slate Grey #688399

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.76%

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

R = 26.8%
G = 33.76%
B = 39.43%

CMYK

 C value IS 0.32

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#688399 (or 0x688399) is known color: Slate Grey. HEX triplet: 68, 83 and 99. RGB value is (104,131,153). Sum of RGB (Red+Green+Blue) = 104+131+153=388 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.80% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 153 - color contains mainly: blue. Hex color #688399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688399 is #977C66. Grayscale: #7D7D7D. Windows color (decimal): -9927783 or 10060648. OLE color: 10060648.

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

Color convert

RGB 104 131 153 -
CMYK 0.32 0.14 0 0.4
HSL 206.94º 0.19% 0.5% -
HSV(B) 206.94º 0.32% 0.6% -
XYZ 19.57 21.48 33.25 -
YUV 125.44 143.55 112.71 -
System Red Green Blue C M Y K H S L
Decimal 104 131 153 0.32 0.14 0 0.4 206.94 0.19 0.5
Hex 68 83 99 20 E 0 28 CF 13 32
Octal 150 203 231 40 16 0 50 317 23 62
Binary 1101000 10000011 10011001 100000 1110 0 101000 11001111 10011 110010

Color Harmonies of #688399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #688399

Black with #688399

Text Example


Text Example

White with #688399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #688399; }

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

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

background-color css

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

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

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

border-color css

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

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

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