Shades of Storm Grey #6B748E
Tints of Storm Grey #6B748E
RGB
CMYK
RGB Variations
Color information
#6B748E (or 0x6B748E) is known color: Storm Grey. HEX triplet: 6B, 74 and 8E. RGB value is (107,116,142). Sum of RGB (Red+Green+Blue) = 107+116+142=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B748E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B748E is #948B71. Grayscale: #747474. Windows color (decimal): -9735026 or 9335915. OLE color: 9335915.
HSL color Cylindrical-coordinate representation of color #6B748E: hue angle of 224.57º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B748E is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 116 | 142 | - |
| CMYK | 0.25 | 0.18 | 0 | 0.44 |
| HSL | 224.57º | 0.14% | 0.49% | - |
| HSV(B) | 224.57º | 0.25% | 0.56% | - |
| XYZ | 17.19 | 17.57 | 28.08 | - |
| YUV | 116.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 116 | 142 | 0.25 | 0.18 | 0 | 0.44 | 224.57 | 0.14 | 0.49 |
| Hex | 6B | 74 | 8E | 19 | 12 | 0 | 2C | E1 | E | 31 |
| Octal | 153 | 164 | 216 | 31 | 22 | 0 | 54 | 341 | 16 | 61 |
| Binary | 1101011 | 1110100 | 10001110 | 11001 | 10010 | 0 | 101100 | 11100001 | 1110 | 110001 |
Color Harmonies of #6B748E
Complementary color
Monochromatic Colors of #6B748E
Black with #6B748E
Text Example
Text Example
White with #6B748E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B748E; }
p { color: rgb(107,116,142); }
H1.HeaderClassName
{
color: #6B748E;
}
.AnyTagClassName
{
color: #6B748E;
}
</style>
background-color css
<style>
a { background-color: #6B748E; }
a { background-color: rgb(107,116,142); }
div.DivClassName
{
background-color: #6B748E;
}
.BgClassName
{
background-color: #6B748E;
}
</style>
border-color css
<style>
span { border-color: #6B748E; }
span { border-color: rgb(107,116,142); }
td.TdClassName
{
border-color: #6B748E;
}
.TagClassName
{
border-color: #6B748E;
}
</style>