Shades of Storm Grey #6B758B
Tints of Storm Grey #6B758B
RGB
CMYK
RGB Variations
Color information
#6B758B (or 0x6B758B) is known color: Storm Grey. HEX triplet: 6B, 75 and 8B. RGB value is (107,117,139). Sum of RGB (Red+Green+Blue) = 107+117+139=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B758B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B758B is #948A74. Grayscale: #747474. Windows color (decimal): -9734773 or 9139563. OLE color: 9139563.
HSL color Cylindrical-coordinate representation of color #6B758B: hue angle of 221.25º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B758B is Cyan = 0.23, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 117 | 139 | - |
| CMYK | 0.23 | 0.16 | 0 | 0.45 |
| HSL | 221.25º | 0.13% | 0.48% | - |
| HSV(B) | 221.25º | 0.23% | 0.55% | - |
| XYZ | 17.08 | 17.71 | 26.94 | - |
| YUV | 116.52 | 140.69 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 117 | 139 | 0.23 | 0.16 | 0 | 0.45 | 221.25 | 0.13 | 0.48 |
| Hex | 6B | 75 | 8B | 17 | 10 | 0 | 2D | DD | D | 30 |
| Octal | 153 | 165 | 213 | 27 | 20 | 0 | 55 | 335 | 15 | 60 |
| Binary | 1101011 | 1110101 | 10001011 | 10111 | 10000 | 0 | 101101 | 11011101 | 1101 | 110000 |
Color Harmonies of #6B758B
Complementary color
Monochromatic Colors of #6B758B
Black with #6B758B
Text Example
Text Example
White with #6B758B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B758B; }
p { color: rgb(107,117,139); }
H1.HeaderClassName
{
color: #6B758B;
}
.AnyTagClassName
{
color: #6B758B;
}
</style>
background-color css
<style>
a { background-color: #6B758B; }
a { background-color: rgb(107,117,139); }
div.DivClassName
{
background-color: #6B758B;
}
.BgClassName
{
background-color: #6B758B;
}
</style>
border-color css
<style>
span { border-color: #6B758B; }
span { border-color: rgb(107,117,139); }
td.TdClassName
{
border-color: #6B758B;
}
.TagClassName
{
border-color: #6B758B;
}
</style>