#676C83

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

Shades of Storm Grey #676C83

Tints of Storm Grey #676C83

Color information

#676C83 (or 0x676C83) is unknown color: approx Storm Grey. HEX triplet: 67, 6C and 83. RGB value is (103,108,131). Sum of RGB (Red+Green+Blue) = 103+108+131=342 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.12% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 131 (51.56% from 255 or 38.30% from 342); Max value from RGB is 131 - color contains mainly: blue. Hex color #676C83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #676C83 is #98937C. Grayscale: #6D6D6D. Windows color (decimal): -9999229 or 8612967. OLE color: 8612967.

HSL color Cylindrical-coordinate representation of color #676C83: hue angle of 229.29º 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 #676C83 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103108131-
CMYK0.210.1800.49
HSL229.29º11.97%45.88%-
HSV(B)229.29º21.37%51.37%-
XYZ15.0515.2523.62-
YUV109.13140.34123.63-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.12%
GREEN value IS 108 (42.58% from 255) = 31.58%
BLUE value IS 131 (51.56% from 255) = 38.30%
R=30.12%
G=31.58%
B=38.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031081310.210.1800.49229.2911.9745.88
Hex676C831512031e5c2e
Octal14715420325220613451456
Binary110011111011001000001110101100100110001111001011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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