Shades of Storm Grey #656B81
Tints of Storm Grey #656B81
RGB
CMYK
RGB Variations
Color information
#656B81 (or 0x656B81) is known color: Storm Grey. HEX triplet: 65, 6B and 81. RGB value is (101,107,129). Sum of RGB (Red+Green+Blue) = 101+107+129=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 129 (50.78% from 255 or 38.28% from 337); Max value from RGB is 129 - color contains mainly: blue. Hex color #656B81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656B81 is #9A947E. Grayscale: #6B6B6B. Windows color (decimal): -10130559 or 8481637. OLE color: 8481637.
HSL color Cylindrical-coordinate representation of color #656B81: hue angle of 227.14º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #656B81 is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 107 | 129 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.49 |
| HSL | 227.14º | 0.12% | 0.45% | - |
| HSV(B) | 227.14º | 0.22% | 0.51% | - |
| XYZ | 14.59 | 14.87 | 22.87 | - |
| YUV | 107.71 | 140.01 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 129 | 0.22 | 0.17 | 0 | 0.49 | 227.14 | 0.12 | 0.45 |
| Hex | 65 | 6B | 81 | 16 | 11 | 0 | 31 | E3 | C | 2D |
| Octal | 145 | 153 | 201 | 26 | 21 | 0 | 61 | 343 | 14 | 55 |
| Binary | 1100101 | 1101011 | 10000001 | 10110 | 10001 | 0 | 110001 | 11100011 | 1100 | 101101 |
Color Harmonies of #656B81
Complementary color
Monochromatic Colors of #656B81
Black with #656B81
Text Example
Text Example
White with #656B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B81; }
p { color: rgb(101,107,129); }
H1.HeaderClassName
{
color: #656B81;
}
.AnyTagClassName
{
color: #656B81;
}
</style>
background-color css
<style>
a { background-color: #656B81; }
a { background-color: rgb(101,107,129); }
div.DivClassName
{
background-color: #656B81;
}
.BgClassName
{
background-color: #656B81;
}
</style>
border-color css
<style>
span { border-color: #656B81; }
span { border-color: rgb(101,107,129); }
td.TdClassName
{
border-color: #656B81;
}
.TagClassName
{
border-color: #656B81;
}
</style>