#676D85

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

Shades of Storm Grey #676D85

Tints of Storm Grey #676D85

Color information

#676D85 (or 0x676D85) is unknown color: approx Storm Grey. HEX triplet: 67, 6D and 85. RGB value is (103,109,133). Sum of RGB (Red+Green+Blue) = 103+109+133=345 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.86% from 345); Green value is 109 (42.97% from 255 or 31.59% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #676D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676D85 is #98927A. Grayscale: #6D6D6D. Windows color (decimal): -9998971 or 8744295. OLE color: 8744295.

HSL color Cylindrical-coordinate representation of color #676D85: hue angle of 228º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #676D85 is Cyan = 0.23, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB103109133-
CMYK0.230.1800.48
HSL228º12.71%46.27%-
HSV(B)228º22.56%52.16%-
XYZ15.315.5124.38-
YUV109.94141.01123.05-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.86%
GREEN value IS 109 (42.97% from 255) = 31.59%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=29.86%
G=31.59%
B=38.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1031091330.230.1800.4822812.7146.27
Hex676D851712030e4d2e
Octal14715520527220603441556
Binary110011111011011000010110111100100110000111001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676D85; }

 p { color: rgb(103,109,133); }

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

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

 a { background-color: rgb(103,109,133); }

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

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

 span { border-color: rgb(103,109,133); }

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