Shades of Logan #9699AE
Tints of Logan #9699AE
RGB
CMYK
RGB Variations
Color information
#9699AE (or 0x9699AE) is known color: Logan. HEX triplet: 96, 99 and AE. RGB value is (150,153,174). Sum of RGB (Red+Green+Blue) = 150+153+174=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 174 - color contains mainly: blue. Hex color #9699AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9699AE is #696651. Grayscale: #9A9A9A. Windows color (decimal): -6907474 or 11442582. OLE color: 11442582.
HSL color Cylindrical-coordinate representation of color #9699AE: hue angle of 232.5º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9699AE is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 153 | 174 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.32 |
| HSL | 232.5º | 0.13% | 0.64% | - |
| HSV(B) | 232.5º | 0.14% | 0.68% | - |
| XYZ | 31.61 | 32.32 | 44.62 | - |
| YUV | 154.5 | 139.01 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 174 | 0.14 | 0.12 | 0 | 0.32 | 232.5 | 0.13 | 0.64 |
| Hex | 96 | 99 | AE | E | C | 0 | 20 | E8 | D | 40 |
| Octal | 226 | 231 | 256 | 16 | 14 | 0 | 40 | 350 | 15 | 100 |
| Binary | 10010110 | 10011001 | 10101110 | 1110 | 1100 | 0 | 100000 | 11101000 | 1101 | 1000000 |
Color Harmonies of #9699AE
Complementary color
Monochromatic Colors of #9699AE
Black with #9699AE
Text Example
Text Example
White with #9699AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699AE; }
p { color: rgb(150,153,174); }
H1.HeaderClassName
{
color: #9699AE;
}
.AnyTagClassName
{
color: #9699AE;
}
</style>
background-color css
<style>
a { background-color: #9699AE; }
a { background-color: rgb(150,153,174); }
div.DivClassName
{
background-color: #9699AE;
}
.BgClassName
{
background-color: #9699AE;
}
</style>
border-color css
<style>
span { border-color: #9699AE; }
span { border-color: rgb(150,153,174); }
td.TdClassName
{
border-color: #9699AE;
}
.TagClassName
{
border-color: #9699AE;
}
</style>