Html Css Color HEX #686D7F Storm Grey

📋 copy color: '#686D7F'

red 104 ◦ green 109 ◦ blue 127

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

Shades of Storm Grey #686D7F

Tints of Storm Grey #686D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.35%

R = 30.59%
G = 32.06%
B = 37.35%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#686D7F (or 0x686D7F) is known color: Storm Grey. HEX triplet: 68, 6D and 7F. RGB value is (104,109,127). Sum of RGB (Red+Green+Blue) = 104+109+127=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #686D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D7F is #979280. Grayscale: #6D6D6D. Windows color (decimal): -9933441 or 8351080. OLE color: 8351080.

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

Color convert

RGB 104 109 127 -
CMYK 0.18 0.14 0 0.50
HSL 226.96º 0.1% 0.45% -
HSV(B) 226.96º 0.18% 0.5% -
XYZ 15.01 15.41 22.26 -
YUV 109.56 137.84 124.04 -
System Red Green Blue C M Y K H S L
Decimal 104 109 127 0.18 0.14 0 0.50 226.96 0.1 0.45
Hex 68 6D 7F 12 E 0 32 E3 A 2D
Octal 150 155 177 22 16 0 62 343 12 55
Binary 1101000 1101101 1111111 10010 1110 0 110010 11100011 1010 101101

Color Harmonies of #686D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686D7F

Black with #686D7F

Text Example


Text Example

White with #686D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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