Shades of Logan #9697AF
Tints of Logan #9697AF
RGB
CMYK
RGB Variations
Color information
#9697AF (or 0x9697AF) is known color: Logan. HEX triplet: 96, 97 and AF. RGB value is (150,151,175). Sum of RGB (Red+Green+Blue) = 150+151+175=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 175 - color contains mainly: blue. Hex color #9697AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9697AF is #696850. Grayscale: #999999. Windows color (decimal): -6907985 or 11507606. OLE color: 11507606.
HSL color Cylindrical-coordinate representation of color #9697AF: hue angle of 237.6º 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 #9697AF is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 151 | 175 | - |
| CMYK | 0.14 | 0.14 | 0 | 0.31 |
| HSL | 237.6º | 0.14% | 0.64% | - |
| HSV(B) | 237.6º | 0.14% | 0.69% | - |
| XYZ | 31.38 | 31.71 | 45.02 | - |
| YUV | 153.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 151 | 175 | 0.14 | 0.14 | 0 | 0.31 | 237.6 | 0.14 | 0.64 |
| Hex | 96 | 97 | AF | E | E | 0 | 1F | EE | E | 40 |
| Octal | 226 | 227 | 257 | 16 | 16 | 0 | 37 | 356 | 16 | 100 |
| Binary | 10010110 | 10010111 | 10101111 | 1110 | 1110 | 0 | 11111 | 11101110 | 1110 | 1000000 |
Color Harmonies of #9697AF
Complementary color
Monochromatic Colors of #9697AF
Black with #9697AF
Text Example
Text Example
White with #9697AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9697AF; }
p { color: rgb(150,151,175); }
H1.HeaderClassName
{
color: #9697AF;
}
.AnyTagClassName
{
color: #9697AF;
}
</style>
background-color css
<style>
a { background-color: #9697AF; }
a { background-color: rgb(150,151,175); }
div.DivClassName
{
background-color: #9697AF;
}
.BgClassName
{
background-color: #9697AF;
}
</style>
border-color css
<style>
span { border-color: #9697AF; }
span { border-color: rgb(150,151,175); }
td.TdClassName
{
border-color: #9697AF;
}
.TagClassName
{
border-color: #9697AF;
}
</style>