#687085

Color #687085 Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #687085

Tints of Storm Grey #687085

Color information

#687085 (or 0x687085) is unknown color: approx Storm Grey. HEX triplet: 68, 70 and 85. RGB value is (104,112,133). Sum of RGB (Red+Green+Blue) = 104+112+133=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #687085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687085 is #978F7A. Grayscale: #6F6F6F. Windows color (decimal): -9932667 or 8745064. OLE color: 8745064.

HSL color Cylindrical-coordinate representation of color #687085: hue angle of 223.45º 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 #687085 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104112133-
CMYK0.220.1600.48
HSL223.45º12.24%46.47%-
HSV(B)223.45º21.8%52.16%-
XYZ15.7416.2224.49-
YUV112139.85122.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.80%
GREEN value IS 112 (44.14% from 255) = 32.09%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=29.80%
G=32.09%
B=38.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041121330.220.1600.48223.4512.2446.47
Hex6870851610030dfc2e
Octal15016020526200603371456
Binary110100011100001000010110110100000110000110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687085; }

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

 H1.HeaderClassName
 {
   color: #687085;
 }
 .AnyTagClassName
 {
   color: #687085;
 }
</style>
background-color css

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

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

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

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

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

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