#676E83

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

Shades of Storm Grey #676E83

Tints of Storm Grey #676E83

Color information

#676E83 (or 0x676E83) is unknown color: approx Storm Grey. HEX triplet: 67, 6E and 83. RGB value is (103,110,131). Sum of RGB (Red+Green+Blue) = 103+110+131=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #676E83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676E83 is #98917C. Grayscale: #6E6E6E. Windows color (decimal): -9998717 or 8613479. OLE color: 8613479.

HSL color Cylindrical-coordinate representation of color #676E83: hue angle of 225º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #676E83 is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103110131-
CMYK0.210.1600.49
HSL225º11.97%45.88%-
HSV(B)225º21.37%51.37%-
XYZ15.2715.6723.69-
YUV110.3139.68122.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.94%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=29.94%
G=31.98%
B=38.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031101310.210.1600.4922511.9745.88
Hex676E831510031e1c2e
Octal14715620325200613411456
Binary110011111011101000001110101100000110001111000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,110,131); }

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

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

 a { background-color: rgb(103,110,131); }

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

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

 span { border-color: rgb(103,110,131); }

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