Shades of Logan #999DB6
Tints of Logan #999DB6
RGB
CMYK
RGB Variations
Color information
#999DB6 (or 0x999DB6) is known color: Logan. HEX triplet: 99, 9D and B6. RGB value is (153,157,182). Sum of RGB (Red+Green+Blue) = 153+157+182=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 182 (71.48% from 255 or 36.99% from 492); Max value from RGB is 182 - color contains mainly: blue. Hex color #999DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DB6 is #666249. Grayscale: #9E9E9E. Windows color (decimal): -6709834 or 11967897. OLE color: 11967897.
HSL color Cylindrical-coordinate representation of color #999DB6: hue angle of 231.72º degrees, saturation: 0.17, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #999DB6 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 157 | 182 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.29 |
| HSL | 231.72º | 0.17% | 0.66% | - |
| HSV(B) | 231.72º | 0.16% | 0.71% | - |
| XYZ | 33.64 | 34.26 | 49.1 | - |
| YUV | 158.65 | 141.17 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 157 | 182 | 0.16 | 0.14 | 0 | 0.29 | 231.72 | 0.17 | 0.66 |
| Hex | 99 | 9D | B6 | 10 | E | 0 | 1D | E8 | 11 | 42 |
| Octal | 231 | 235 | 266 | 20 | 16 | 0 | 35 | 350 | 21 | 102 |
| Binary | 10011001 | 10011101 | 10110110 | 10000 | 1110 | 0 | 11101 | 11101000 | 10001 | 1000010 |
Color Harmonies of #999DB6
Complementary color
Monochromatic Colors of #999DB6
Black with #999DB6
Text Example
Text Example
White with #999DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999DB6; }
p { color: rgb(153,157,182); }
H1.HeaderClassName
{
color: #999DB6;
}
.AnyTagClassName
{
color: #999DB6;
}
</style>
background-color css
<style>
a { background-color: #999DB6; }
a { background-color: rgb(153,157,182); }
div.DivClassName
{
background-color: #999DB6;
}
.BgClassName
{
background-color: #999DB6;
}
</style>
border-color css
<style>
span { border-color: #999DB6; }
span { border-color: rgb(153,157,182); }
td.TdClassName
{
border-color: #999DB6;
}
.TagClassName
{
border-color: #999DB6;
}
</style>