#677186

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

Shades of Storm Grey #677186

Tints of Storm Grey #677186

Color information

#677186 (or 0x677186) is unknown color: approx Storm Grey. HEX triplet: 67, 71 and 86. RGB value is (103,113,134). Sum of RGB (Red+Green+Blue) = 103+113+134=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 134 - color contains mainly: blue. Hex color #677186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677186 is #988E79. Grayscale: #707070. Windows color (decimal): -9997946 or 8810855. OLE color: 8810855.

HSL color Cylindrical-coordinate representation of color #677186: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #677186 is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB103113134-
CMYK0.230.1600.47
HSL220.65º13.08%46.47%-
HSV(B)220.65º23.13%52.55%-
XYZ15.816.4224.89-
YUV112.4140.19121.29-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 113 (44.53% from 255) = 32.29%
BLUE value IS 134 (52.73% from 255) = 38.29%
R=29.43%
G=32.29%
B=38.29%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031131340.230.1600.47220.6513.0846.47
Hex677186171002Fddd2e
Octal14716120627200573351556
Binary110011111100011000011010111100000101111110111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677186; }

 p { color: rgb(103,113,134); }

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

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

 a { background-color: rgb(103,113,134); }

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

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

 span { border-color: rgb(103,113,134); }

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