Shades of Logan #9698AE
Tints of Logan #9698AE
RGB
CMYK
RGB Variations
Color information
#9698AE (or 0x9698AE) is known color: Logan. HEX triplet: 96, 98 and AE. RGB value is (150,152,174). Sum of RGB (Red+Green+Blue) = 150+152+174=476 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.51% from 476); Green value is 152 (59.77% from 255 or 31.93% from 476); Blue value is 174 (68.36% from 255 or 36.55% from 476); Max value from RGB is 174 - color contains mainly: blue. Hex color #9698AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9698AE is #696751. Grayscale: #999999. Windows color (decimal): -6907730 or 11442326. OLE color: 11442326.
HSL color Cylindrical-coordinate representation of color #9698AE: hue angle of 235º 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 #9698AE is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 150 | 152 | 174 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.32 |
| HSL | 235º | 0.13% | 0.64% | - |
| HSV(B) | 235º | 0.14% | 0.68% | - |
| XYZ | 31.45 | 32 | 44.56 | - |
| YUV | 153.91 | 139.34 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 152 | 174 | 0.14 | 0.13 | 0 | 0.32 | 235 | 0.13 | 0.64 |
| Hex | 96 | 98 | AE | E | D | 0 | 20 | EB | D | 40 |
| Octal | 226 | 230 | 256 | 16 | 15 | 0 | 40 | 353 | 15 | 100 |
| Binary | 10010110 | 10011000 | 10101110 | 1110 | 1101 | 0 | 100000 | 11101011 | 1101 | 1000000 |
Color Harmonies of #9698AE
Complementary color
Monochromatic Colors of #9698AE
Black with #9698AE
Text Example
Text Example
White with #9698AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9698AE; }
p { color: rgb(150,152,174); }
H1.HeaderClassName
{
color: #9698AE;
}
.AnyTagClassName
{
color: #9698AE;
}
</style>
background-color css
<style>
a { background-color: #9698AE; }
a { background-color: rgb(150,152,174); }
div.DivClassName
{
background-color: #9698AE;
}
.BgClassName
{
background-color: #9698AE;
}
</style>
border-color css
<style>
span { border-color: #9698AE; }
span { border-color: rgb(150,152,174); }
td.TdClassName
{
border-color: #9698AE;
}
.TagClassName
{
border-color: #9698AE;
}
</style>