Shades of Logan #9996B6
Tints of Logan #9996B6
RGB
CMYK
RGB Variations
Color information
#9996B6 (or 0x9996B6) is known color: Logan. HEX triplet: 99, 96 and B6. RGB value is (153,150,182). Sum of RGB (Red+Green+Blue) = 153+150+182=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 182 (71.48% from 255 or 37.53% from 485); Max value from RGB is 182 - color contains mainly: blue. Hex color #9996B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9996B6 is #666949. Grayscale: #9A9A9A. Windows color (decimal): -6711626 or 11966105. OLE color: 11966105.
HSL color Cylindrical-coordinate representation of color #9996B6: hue angle of 245.62º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9996B6 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 150 | 182 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.29 |
| HSL | 245.63º | 0.18% | 0.65% | - |
| HSV(B) | 245.63º | 0.18% | 0.71% | - |
| XYZ | 32.49 | 31.96 | 48.71 | - |
| YUV | 154.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 182 | 0.16 | 0.18 | 0 | 0.29 | 245.63 | 0.18 | 0.65 |
| Hex | 99 | 96 | B6 | 10 | 12 | 0 | 1D | F6 | 12 | 41 |
| Octal | 231 | 226 | 266 | 20 | 22 | 0 | 35 | 366 | 22 | 101 |
| Binary | 10011001 | 10010110 | 10110110 | 10000 | 10010 | 0 | 11101 | 11110110 | 10010 | 1000001 |
Color Harmonies of #9996B6
Complementary color
Monochromatic Colors of #9996B6
Black with #9996B6
Text Example
Text Example
White with #9996B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9996B6; }
p { color: rgb(153,150,182); }
H1.HeaderClassName
{
color: #9996B6;
}
.AnyTagClassName
{
color: #9996B6;
}
</style>
background-color css
<style>
a { background-color: #9996B6; }
a { background-color: rgb(153,150,182); }
div.DivClassName
{
background-color: #9996B6;
}
.BgClassName
{
background-color: #9996B6;
}
</style>
border-color css
<style>
span { border-color: #9996B6; }
span { border-color: rgb(153,150,182); }
td.TdClassName
{
border-color: #9996B6;
}
.TagClassName
{
border-color: #9996B6;
}
</style>