#687084

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

Shades of Storm Grey #687084

Tints of Storm Grey #687084

Color information

#687084 (or 0x687084) is unknown color: approx Storm Grey. HEX triplet: 68, 70 and 84. RGB value is (104,112,132). Sum of RGB (Red+Green+Blue) = 104+112+132=348 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.89% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 132 - color contains mainly: blue. Hex color #687084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687084 is #978F7B. Grayscale: #6F6F6F. Windows color (decimal): -9932668 or 8679528. OLE color: 8679528.

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

Color convert

RGB104112132-
CMYK0.210.1500.48
HSL222.86º11.86%46.27%-
HSV(B)222.86º21.21%51.76%-
XYZ15.6716.224.13-
YUV111.89139.35122.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.89%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=29.89%
G=32.18%
B=37.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041121320.210.1500.48222.8611.8646.27
Hex68708415F030dfc2e
Octal15016020425170603371456
Binary11010001110000100001001010111110110000110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687084; }

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

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

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

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

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

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

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

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