Shades of Logan #999BB6
Tints of Logan #999BB6
RGB
CMYK
RGB Variations
Color information
#999BB6 (or 0x999BB6) is known color: Logan. HEX triplet: 99, 9B and B6. RGB value is (153,155,182). Sum of RGB (Red+Green+Blue) = 153+155+182=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 182 (71.48% from 255 or 37.14% from 490); Max value from RGB is 182 - color contains mainly: blue. Hex color #999BB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999BB6 is #666449. Grayscale: #9D9D9D. Windows color (decimal): -6710346 or 11967385. OLE color: 11967385.
HSL color Cylindrical-coordinate representation of color #999BB6: hue angle of 235.86º 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 #999BB6 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 155 | 182 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.29 |
| HSL | 235.86º | 0.17% | 0.66% | - |
| HSV(B) | 235.86º | 0.16% | 0.71% | - |
| XYZ | 33.3 | 33.59 | 48.98 | - |
| YUV | 157.48 | 141.84 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 155 | 182 | 0.16 | 0.15 | 0 | 0.29 | 235.86 | 0.17 | 0.66 |
| Hex | 99 | 9B | B6 | 10 | F | 0 | 1D | EC | 11 | 42 |
| Octal | 231 | 233 | 266 | 20 | 17 | 0 | 35 | 354 | 21 | 102 |
| Binary | 10011001 | 10011011 | 10110110 | 10000 | 1111 | 0 | 11101 | 11101100 | 10001 | 1000010 |
Color Harmonies of #999BB6
Complementary color
Monochromatic Colors of #999BB6
Black with #999BB6
Text Example
Text Example
White with #999BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999BB6; }
p { color: rgb(153,155,182); }
H1.HeaderClassName
{
color: #999BB6;
}
.AnyTagClassName
{
color: #999BB6;
}
</style>
background-color css
<style>
a { background-color: #999BB6; }
a { background-color: rgb(153,155,182); }
div.DivClassName
{
background-color: #999BB6;
}
.BgClassName
{
background-color: #999BB6;
}
</style>
border-color css
<style>
span { border-color: #999BB6; }
span { border-color: rgb(153,155,182); }
td.TdClassName
{
border-color: #999BB6;
}
.TagClassName
{
border-color: #999BB6;
}
</style>