Shades of Storm Grey #6A748A
Tints of Storm Grey #6A748A
RGB
CMYK
RGB Variations
Color information
#6A748A (or 0x6A748A) is known color: Storm Grey. HEX triplet: 6A, 74 and 8A. RGB value is (106,116,138). Sum of RGB (Red+Green+Blue) = 106+116+138=360 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.44% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A748A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A748A is #958B75. Grayscale: #737373. Windows color (decimal): -9800566 or 9073770. OLE color: 9073770.
HSL color Cylindrical-coordinate representation of color #6A748A: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A748A is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 116 | 138 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.46 |
| HSL | 221.25º | 0.13% | 0.48% | - |
| HSV(B) | 221.25º | 0.23% | 0.54% | - |
| XYZ | 16.78 | 17.39 | 26.52 | - |
| YUV | 115.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 138 | 0.23 | 0.16 | 0 | 0.46 | 221.25 | 0.13 | 0.48 |
| Hex | 6A | 74 | 8A | 17 | 10 | 0 | 2E | DD | D | 30 |
| Octal | 152 | 164 | 212 | 27 | 20 | 0 | 56 | 335 | 15 | 60 |
| Binary | 1101010 | 1110100 | 10001010 | 10111 | 10000 | 0 | 101110 | 11011101 | 1101 | 110000 |
Color Harmonies of #6A748A
Complementary color
Monochromatic Colors of #6A748A
Black with #6A748A
Text Example
Text Example
White with #6A748A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A748A; }
p { color: rgb(106,116,138); }
H1.HeaderClassName
{
color: #6A748A;
}
.AnyTagClassName
{
color: #6A748A;
}
</style>
background-color css
<style>
a { background-color: #6A748A; }
a { background-color: rgb(106,116,138); }
div.DivClassName
{
background-color: #6A748A;
}
.BgClassName
{
background-color: #6A748A;
}
</style>
border-color css
<style>
span { border-color: #6A748A; }
span { border-color: rgb(106,116,138); }
td.TdClassName
{
border-color: #6A748A;
}
.TagClassName
{
border-color: #6A748A;
}
</style>