Html Css Color HEX #686E80 Storm Grey

📋 copy color: '#686E80'

red 104 ◦ green 110 ◦ blue 128

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

Shades of Storm Grey #686E80

Tints of Storm Grey #686E80

RGB

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

 GREEN value IS 110 (43.36% from 255) = 32.16%

 BLUE value IS 128 (50.39% from 255) = 37.43%

R = 30.41%
G = 32.16%
B = 37.43%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686E80 (or 0x686E80) is known color: Storm Grey. HEX triplet: 68, 6E and 80. RGB value is (104,110,128). Sum of RGB (Red+Green+Blue) = 104+110+128=342 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.41% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #686E80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686E80 is #97917F. Grayscale: #6E6E6E. Windows color (decimal): -9933184 or 8416872. OLE color: 8416872.

HSL color Cylindrical-coordinate representation of color #686E80: hue angle of 225º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686E80 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 104 110 128 -
CMYK 0.19 0.14 0 0.50
HSL 225º 0.1% 0.45% -
HSV(B) 225º 0.19% 0.5% -
XYZ 15.18 15.65 22.64 -
YUV 110.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 104 110 128 0.19 0.14 0 0.50 225 0.1 0.45
Hex 68 6E 80 13 E 0 32 E1 A 2D
Octal 150 156 200 23 16 0 62 341 12 55
Binary 1101000 1101110 10000000 10011 1110 0 110010 11100001 1010 101101

Color Harmonies of #686E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686E80

Black with #686E80

Text Example


Text Example

White with #686E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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