Shades of Storm Grey #6F758C
Tints of Storm Grey #6F758C
RGB
CMYK
RGB Variations
Color information
#6F758C (or 0x6F758C) is known color: Storm Grey. HEX triplet: 6F, 75 and 8C. RGB value is (111,117,140). Sum of RGB (Red+Green+Blue) = 111+117+140=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F758C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F758C is #908A73. Grayscale: #757575. Windows color (decimal): -9472628 or 9205103. OLE color: 9205103.
HSL color Cylindrical-coordinate representation of color #6F758C: hue angle of 227.59º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F758C is Cyan = 0.21, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 111 | 117 | 140 | - |
| CMYK | 0.21 | 0.16 | 0 | 0.45 |
| HSL | 227.59º | 0.12% | 0.49% | - |
| HSV(B) | 227.59º | 0.21% | 0.55% | - |
| XYZ | 17.65 | 18 | 27.35 | - |
| YUV | 117.83 | 140.51 | 123.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 117 | 140 | 0.21 | 0.16 | 0 | 0.45 | 227.59 | 0.12 | 0.49 |
| Hex | 6F | 75 | 8C | 15 | 10 | 0 | 2D | E4 | C | 31 |
| Octal | 157 | 165 | 214 | 25 | 20 | 0 | 55 | 344 | 14 | 61 |
| Binary | 1101111 | 1110101 | 10001100 | 10101 | 10000 | 0 | 101101 | 11100100 | 1100 | 110001 |
Color Harmonies of #6F758C
Complementary color
Monochromatic Colors of #6F758C
Black with #6F758C
Text Example
Text Example
White with #6F758C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F758C; }
p { color: rgb(111,117,140); }
H1.HeaderClassName
{
color: #6F758C;
}
.AnyTagClassName
{
color: #6F758C;
}
</style>
background-color css
<style>
a { background-color: #6F758C; }
a { background-color: rgb(111,117,140); }
div.DivClassName
{
background-color: #6F758C;
}
.BgClassName
{
background-color: #6F758C;
}
</style>
border-color css
<style>
span { border-color: #6F758C; }
span { border-color: rgb(111,117,140); }
td.TdClassName
{
border-color: #6F758C;
}
.TagClassName
{
border-color: #6F758C;
}
</style>