Shades of Storm Grey #69758A
Tints of Storm Grey #69758A
RGB
CMYK
RGB Variations
Color information
#69758A (or 0x69758A) is known color: Storm Grey. HEX triplet: 69, 75 and 8A. RGB value is (105,117,138). Sum of RGB (Red+Green+Blue) = 105+117+138=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 117 (46.09% from 255 or 32.5% 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 #69758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69758A is #968A75. Grayscale: #737373. Windows color (decimal): -9865846 or 9074025. OLE color: 9074025.
HSL color Cylindrical-coordinate representation of color #69758A: hue angle of 218.18º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #69758A is Cyan = 0.24, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 117 | 138 | - |
| CMYK | 0.24 | 0.15 | 0 | 0.46 |
| HSL | 218.18º | 0.14% | 0.48% | - |
| HSV(B) | 218.18º | 0.24% | 0.54% | - |
| XYZ | 16.77 | 17.56 | 26.55 | - |
| YUV | 115.81 | 140.52 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 117 | 138 | 0.24 | 0.15 | 0 | 0.46 | 218.18 | 0.14 | 0.48 |
| Hex | 69 | 75 | 8A | 18 | F | 0 | 2E | DA | E | 30 |
| Octal | 151 | 165 | 212 | 30 | 17 | 0 | 56 | 332 | 16 | 60 |
| Binary | 1101001 | 1110101 | 10001010 | 11000 | 1111 | 0 | 101110 | 11011010 | 1110 | 110000 |
Color Harmonies of #69758A
Complementary color
Monochromatic Colors of #69758A
Black with #69758A
Text Example
Text Example
White with #69758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69758A; }
p { color: rgb(105,117,138); }
H1.HeaderClassName
{
color: #69758A;
}
.AnyTagClassName
{
color: #69758A;
}
</style>
background-color css
<style>
a { background-color: #69758A; }
a { background-color: rgb(105,117,138); }
div.DivClassName
{
background-color: #69758A;
}
.BgClassName
{
background-color: #69758A;
}
</style>
border-color css
<style>
span { border-color: #69758A; }
span { border-color: rgb(105,117,138); }
td.TdClassName
{
border-color: #69758A;
}
.TagClassName
{
border-color: #69758A;
}
</style>