Shades of Logan #9699B2
Tints of Logan #9699B2
RGB
CMYK
RGB Variations
Color information
#9699B2 (or 0x9699B2) is known color: Logan. HEX triplet: 96, 99 and B2. RGB value is (150,153,178). Sum of RGB (Red+Green+Blue) = 150+153+178=481 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.19% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 178 - color contains mainly: blue. Hex color #9699B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9699B2 is #69664D. Grayscale: #9A9A9A. Windows color (decimal): -6907470 or 11704726. OLE color: 11704726.
HSL color Cylindrical-coordinate representation of color #9699B2: hue angle of 233.57º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9699B2 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 153 | 178 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.30 |
| HSL | 233.57º | 0.15% | 0.64% | - |
| HSV(B) | 233.57º | 0.16% | 0.7% | - |
| XYZ | 32 | 32.48 | 46.7 | - |
| YUV | 154.95 | 141.01 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 178 | 0.16 | 0.14 | 0 | 0.30 | 233.57 | 0.15 | 0.64 |
| Hex | 96 | 99 | B2 | 10 | E | 0 | 1E | EA | F | 40 |
| Octal | 226 | 231 | 262 | 20 | 16 | 0 | 36 | 352 | 17 | 100 |
| Binary | 10010110 | 10011001 | 10110010 | 10000 | 1110 | 0 | 11110 | 11101010 | 1111 | 1000000 |
Color Harmonies of #9699B2
Complementary color
Monochromatic Colors of #9699B2
Black with #9699B2
Text Example
Text Example
White with #9699B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9699B2; }
p { color: rgb(150,153,178); }
H1.HeaderClassName
{
color: #9699B2;
}
.AnyTagClassName
{
color: #9699B2;
}
</style>
background-color css
<style>
a { background-color: #9699B2; }
a { background-color: rgb(150,153,178); }
div.DivClassName
{
background-color: #9699B2;
}
.BgClassName
{
background-color: #9699B2;
}
</style>
border-color css
<style>
span { border-color: #9699B2; }
span { border-color: rgb(150,153,178); }
td.TdClassName
{
border-color: #9699B2;
}
.TagClassName
{
border-color: #9699B2;
}
</style>