Shades of Logan #969AB6
Tints of Logan #969AB6
RGB
CMYK
RGB Variations
Color information
#969AB6 (or 0x969AB6) is known color: Logan. HEX triplet: 96, 9A and B6. RGB value is (150,154,182). Sum of RGB (Red+Green+Blue) = 150+154+182=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 182 - color contains mainly: blue. Hex color #969AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #969AB6 is #696549. Grayscale: #9B9B9B. Windows color (decimal): -6907210 or 11967126. OLE color: 11967126.
HSL color Cylindrical-coordinate representation of color #969AB6: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #969AB6 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 154 | 182 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.29 |
| HSL | 232.5º | 0.18% | 0.65% | - |
| HSV(B) | 232.5º | 0.18% | 0.71% | - |
| XYZ | 32.58 | 32.97 | 48.9 | - |
| YUV | 156 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 182 | 0.18 | 0.15 | 0 | 0.29 | 232.5 | 0.18 | 0.65 |
| Hex | 96 | 9A | B6 | 12 | F | 0 | 1D | E8 | 12 | 41 |
| Octal | 226 | 232 | 266 | 22 | 17 | 0 | 35 | 350 | 22 | 101 |
| Binary | 10010110 | 10011010 | 10110110 | 10010 | 1111 | 0 | 11101 | 11101000 | 10010 | 1000001 |
Color Harmonies of #969AB6
Complementary color
Monochromatic Colors of #969AB6
Black with #969AB6
Text Example
Text Example
White with #969AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969AB6; }
p { color: rgb(150,154,182); }
H1.HeaderClassName
{
color: #969AB6;
}
.AnyTagClassName
{
color: #969AB6;
}
</style>
background-color css
<style>
a { background-color: #969AB6; }
a { background-color: rgb(150,154,182); }
div.DivClassName
{
background-color: #969AB6;
}
.BgClassName
{
background-color: #969AB6;
}
</style>
border-color css
<style>
span { border-color: #969AB6; }
span { border-color: rgb(150,154,182); }
td.TdClassName
{
border-color: #969AB6;
}
.TagClassName
{
border-color: #969AB6;
}
</style>