Html Css Color HEX #687185 Storm Grey

📋 copy color: '#687185'

red 104 ◦ green 113 ◦ blue 133

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

Shades of Storm Grey #687185

Tints of Storm Grey #687185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.29%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 29.71%
G = 32.29%
B = 38%

CMYK

 C value IS 0.22

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#687185 (or 0x687185) is known color: Storm Grey. HEX triplet: 68, 71 and 85. RGB value is (104,113,133). Sum of RGB (Red+Green+Blue) = 104+113+133=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #687185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687185 is #978E7A. Grayscale: #707070. Windows color (decimal): -9932411 or 8745320. OLE color: 8745320.

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

Color convert

RGB 104 113 133 -
CMYK 0.22 0.15 0 0.48
HSL 221.38º 0.12% 0.46% -
HSV(B) 221.38º 0.22% 0.52% -
XYZ 15.85 16.45 24.53 -
YUV 112.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 104 113 133 0.22 0.15 0 0.48 221.38 0.12 0.46
Hex 68 71 85 16 F 0 30 DD C 2E
Octal 150 161 205 26 17 0 60 335 14 56
Binary 1101000 1110001 10000101 10110 1111 0 110000 11011101 1100 101110

Color Harmonies of #687185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687185

Black with #687185

Text Example


Text Example

White with #687185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687185; }

 p { color: rgb(104,113,133); }

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

background-color css

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

 a { background-color: rgb(104,113,133); }

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

border-color css

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

 span { border-color: rgb(104,113,133); }

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