Html Css Color HEX #686F84 Storm Grey

📋 copy color: '#686F84'

red 104 ◦ green 111 ◦ blue 132

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

Shades of Storm Grey #686F84

Tints of Storm Grey #686F84

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.99%

 BLUE value IS 132 (51.95% from 255) = 38.04%

R = 29.97%
G = 31.99%
B = 38.04%

CMYK

 C value IS 0.21

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#686F84 (or 0x686F84) is known color: Storm Grey. HEX triplet: 68, 6F and 84. RGB value is (104,111,132). Sum of RGB (Red+Green+Blue) = 104+111+132=347 (45% of max value = 765). Red value is 104 (41.02% from 255 or 29.97% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 132 (51.95% from 255 or 38.04% from 347); Max value from RGB is 132 - color contains mainly: blue. Hex color #686F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #686F84 is #97907B. Grayscale: #6F6F6F. Windows color (decimal): -9932924 or 8679272. OLE color: 8679272.

HSL color Cylindrical-coordinate representation of color #686F84: hue angle of 225º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686F84 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 104 111 132 -
CMYK 0.21 0.16 0 0.48
HSL 225º 0.12% 0.46% -
HSV(B) 225º 0.21% 0.52% -
XYZ 15.56 15.98 24.09 -
YUV 111.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 104 111 132 0.21 0.16 0 0.48 225 0.12 0.46
Hex 68 6F 84 15 10 0 30 E1 C 2E
Octal 150 157 204 25 20 0 60 341 14 56
Binary 1101000 1101111 10000100 10101 10000 0 110000 11100001 1100 101110

Color Harmonies of #686F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F84

Black with #686F84

Text Example


Text Example

White with #686F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,111,132); }

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

background-color css

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

 a { background-color: rgb(104,111,132); }

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

border-color css

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

 span { border-color: rgb(104,111,132); }

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