Html Css Color HEX #686D87 Storm Grey

📋 copy color: '#686D87'

red 104 ◦ green 109 ◦ blue 135

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

Shades of Storm Grey #686D87

Tints of Storm Grey #686D87

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.32%

 BLUE value IS 135 (53.13% from 255) = 38.79%

R = 29.89%
G = 31.32%
B = 38.79%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#686D87 (or 0x686D87) is known color: Storm Grey. HEX triplet: 68, 6D and 87. RGB value is (104,109,135). Sum of RGB (Red+Green+Blue) = 104+109+135=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #686D87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686D87 is #979278. Grayscale: #6E6E6E. Windows color (decimal): -9933433 or 8875368. OLE color: 8875368.

HSL color Cylindrical-coordinate representation of color #686D87: hue angle of 230.32º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686D87 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 109 135 -
CMYK 0.23 0.19 0 0.47
HSL 230.32º 0.13% 0.47% -
HSV(B) 230.32º 0.23% 0.53% -
XYZ 15.55 15.63 25.12 -
YUV 110.47 141.84 123.39 -
System Red Green Blue C M Y K H S L
Decimal 104 109 135 0.23 0.19 0 0.47 230.32 0.13 0.47
Hex 68 6D 87 17 13 0 2F E6 D 2F
Octal 150 155 207 27 23 0 57 346 15 57
Binary 1101000 1101101 10000111 10111 10011 0 101111 11100110 1101 101111

Color Harmonies of #686D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D87

Black with #686D87

Text Example


Text Example

White with #686D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,109,135); }

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

background-color css

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

 a { background-color: rgb(104,109,135); }

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

border-color css

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

 span { border-color: rgb(104,109,135); }

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