Shades of Logan #9698AF
Tints of Logan #9698AF
RGB
CMYK
RGB Variations
Color information
#9698AF (or 0x9698AF) is known color: Logan. HEX triplet: 96, 98 and AF. RGB value is (150,152,175). Sum of RGB (Red+Green+Blue) = 150+152+175=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 152 (59.77% from 255 or 31.87% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 175 - color contains mainly: blue. Hex color #9698AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9698AF is #696750. Grayscale: #999999. Windows color (decimal): -6907729 or 11507862. OLE color: 11507862.
HSL color Cylindrical-coordinate representation of color #9698AF: hue angle of 235.2º 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 #9698AF is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 152 | 175 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.31 |
| HSL | 235.2º | 0.14% | 0.64% | - |
| HSV(B) | 235.2º | 0.14% | 0.69% | - |
| XYZ | 31.54 | 32.04 | 45.08 | - |
| YUV | 154.02 | 139.84 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 175 | 0.14 | 0.13 | 0 | 0.31 | 235.2 | 0.14 | 0.64 |
| Hex | 96 | 98 | AF | E | D | 0 | 1F | EB | E | 40 |
| Octal | 226 | 230 | 257 | 16 | 15 | 0 | 37 | 353 | 16 | 100 |
| Binary | 10010110 | 10011000 | 10101111 | 1110 | 1101 | 0 | 11111 | 11101011 | 1110 | 1000000 |
Color Harmonies of #9698AF
Complementary color
Monochromatic Colors of #9698AF
Black with #9698AF
Text Example
Text Example
White with #9698AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698AF; }
p { color: rgb(150,152,175); }
H1.HeaderClassName
{
color: #9698AF;
}
.AnyTagClassName
{
color: #9698AF;
}
</style>
background-color css
<style>
a { background-color: #9698AF; }
a { background-color: rgb(150,152,175); }
div.DivClassName
{
background-color: #9698AF;
}
.BgClassName
{
background-color: #9698AF;
}
</style>
border-color css
<style>
span { border-color: #9698AF; }
span { border-color: rgb(150,152,175); }
td.TdClassName
{
border-color: #9698AF;
}
.TagClassName
{
border-color: #9698AF;
}
</style>