Shades of Storm Grey #6B738C
Tints of Storm Grey #6B738C
RGB
CMYK
RGB Variations
Color information
#6B738C (or 0x6B738C) is known color: Storm Grey. HEX triplet: 6B, 73 and 8C. RGB value is (107,115,140). Sum of RGB (Red+Green+Blue) = 107+115+140=362 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.56% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B738C is #948C73. Grayscale: #737373. Windows color (decimal): -9735284 or 9204587. OLE color: 9204587.
HSL color Cylindrical-coordinate representation of color #6B738C: hue angle of 225.45º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B738C is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 115 | 140 | - |
| CMYK | 0.24 | 0.18 | 0 | 0.45 |
| HSL | 225.45º | 0.13% | 0.48% | - |
| HSV(B) | 225.45º | 0.24% | 0.55% | - |
| XYZ | 16.93 | 17.28 | 27.25 | - |
| YUV | 115.46 | 141.85 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 115 | 140 | 0.24 | 0.18 | 0 | 0.45 | 225.45 | 0.13 | 0.48 |
| Hex | 6B | 73 | 8C | 18 | 12 | 0 | 2D | E1 | D | 30 |
| Octal | 153 | 163 | 214 | 30 | 22 | 0 | 55 | 341 | 15 | 60 |
| Binary | 1101011 | 1110011 | 10001100 | 11000 | 10010 | 0 | 101101 | 11100001 | 1101 | 110000 |
Color Harmonies of #6B738C
Complementary color
Monochromatic Colors of #6B738C
Black with #6B738C
Text Example
Text Example
White with #6B738C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B738C; }
p { color: rgb(107,115,140); }
H1.HeaderClassName
{
color: #6B738C;
}
.AnyTagClassName
{
color: #6B738C;
}
</style>
background-color css
<style>
a { background-color: #6B738C; }
a { background-color: rgb(107,115,140); }
div.DivClassName
{
background-color: #6B738C;
}
.BgClassName
{
background-color: #6B738C;
}
</style>
border-color css
<style>
span { border-color: #6B738C; }
span { border-color: rgb(107,115,140); }
td.TdClassName
{
border-color: #6B738C;
}
.TagClassName
{
border-color: #6B738C;
}
</style>