Shades of Logan #9699AF
Tints of Logan #9699AF
RGB
CMYK
RGB Variations
Color information
#9699AF (or 0x9699AF) is known color: Logan. HEX triplet: 96, 99 and AF. RGB value is (150,153,175). Sum of RGB (Red+Green+Blue) = 150+153+175=478 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.38% from 478); Green value is 153 (60.16% from 255 or 32.01% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 175 - color contains mainly: blue. Hex color #9699AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9699AF is #696650. Grayscale: #9A9A9A. Windows color (decimal): -6907473 or 11508118. OLE color: 11508118.
HSL color Cylindrical-coordinate representation of color #9699AF: hue angle of 232.8º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9699AF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 153 | 175 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.31 |
| HSL | 232.8º | 0.14% | 0.64% | - |
| HSV(B) | 232.8º | 0.14% | 0.69% | - |
| XYZ | 31.71 | 32.36 | 45.13 | - |
| YUV | 154.61 | 139.51 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 175 | 0.14 | 0.13 | 0 | 0.31 | 232.8 | 0.14 | 0.64 |
| Hex | 96 | 99 | AF | E | D | 0 | 1F | E9 | E | 40 |
| Octal | 226 | 231 | 257 | 16 | 15 | 0 | 37 | 351 | 16 | 100 |
| Binary | 10010110 | 10011001 | 10101111 | 1110 | 1101 | 0 | 11111 | 11101001 | 1110 | 1000000 |
Color Harmonies of #9699AF
Complementary color
Monochromatic Colors of #9699AF
Black with #9699AF
Text Example
Text Example
White with #9699AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699AF; }
p { color: rgb(150,153,175); }
H1.HeaderClassName
{
color: #9699AF;
}
.AnyTagClassName
{
color: #9699AF;
}
</style>
background-color css
<style>
a { background-color: #9699AF; }
a { background-color: rgb(150,153,175); }
div.DivClassName
{
background-color: #9699AF;
}
.BgClassName
{
background-color: #9699AF;
}
</style>
border-color css
<style>
span { border-color: #9699AF; }
span { border-color: rgb(150,153,175); }
td.TdClassName
{
border-color: #9699AF;
}
.TagClassName
{
border-color: #9699AF;
}
</style>