Html Css Color HEX #687387 Storm Grey

📋 copy color: '#687387'

red 104 ◦ green 115 ◦ blue 135

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

Shades of Storm Grey #687387

Tints of Storm Grey #687387

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 29.38%
G = 32.49%
B = 38.14%

CMYK

 C value IS 0.23

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#687387 (or 0x687387) is known color: Storm Grey. HEX triplet: 68, 73 and 87. RGB value is (104,115,135). Sum of RGB (Red+Green+Blue) = 104+115+135=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 135 (53.12% from 255 or 38.14% from 354); Max value from RGB is 135 - color contains mainly: blue. Hex color #687387 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687387 is #978C78. Grayscale: #717171. Windows color (decimal): -9931897 or 8876904. OLE color: 8876904.

HSL color Cylindrical-coordinate representation of color #687387: hue angle of 218.71º 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 #687387 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 115 135 -
CMYK 0.23 0.15 0 0.47
HSL 218.71º 0.13% 0.47% -
HSV(B) 218.71º 0.23% 0.53% -
XYZ 16.21 16.95 25.34 -
YUV 113.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 104 115 135 0.23 0.15 0 0.47 218.71 0.13 0.47
Hex 68 73 87 17 F 0 2F DB D 2F
Octal 150 163 207 27 17 0 57 333 15 57
Binary 1101000 1110011 10000111 10111 1111 0 101111 11011011 1101 101111

Color Harmonies of #687387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687387

Black with #687387

Text Example


Text Example

White with #687387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687387; }

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

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

background-color css

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

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

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

border-color css

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

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

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