Shades of Submarine #969A9B
Tints of Submarine #969A9B
RGB
CMYK
RGB Variations
Color information
#969A9B (or 0x969A9B) is known color: Submarine. HEX triplet: 96, 9A and 9B. RGB value is (150,154,155). Sum of RGB (Red+Green+Blue) = 150+154+155=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 155 - color contains mainly: blue. Hex color #969A9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969A9B is #696564. Grayscale: #989898. Windows color (decimal): -6907237 or 10197654. OLE color: 10197654.
HSL color Cylindrical-coordinate representation of color #969A9B: hue angle of 192º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #969A9B is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 150 | 154 | 155 | - |
| CMYK | 0.03 | 0.01 | 0 | 0.39 |
| HSL | 192º | 0.02% | 0.6% | - |
| HSV(B) | 192º | 0.03% | 0.61% | - |
| XYZ | 30.05 | 31.96 | 35.6 | - |
| YUV | 152.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 154 | 155 | 0.03 | 0.01 | 0 | 0.39 | 192 | 0.02 | 0.6 |
| Hex | 96 | 9A | 9B | 3 | 1 | 0 | 27 | C0 | 2 | 3C |
| Octal | 226 | 232 | 233 | 3 | 1 | 0 | 47 | 300 | 2 | 74 |
| Binary | 10010110 | 10011010 | 10011011 | 11 | 1 | 0 | 100111 | 11000000 | 10 | 111100 |
Color Harmonies of #969A9B
Complementary color
Monochromatic Colors of #969A9B
Black with #969A9B
Text Example
Text Example
White with #969A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969A9B; }
p { color: rgb(150,154,155); }
H1.HeaderClassName
{
color: #969A9B;
}
.AnyTagClassName
{
color: #969A9B;
}
</style>
background-color css
<style>
a { background-color: #969A9B; }
a { background-color: rgb(150,154,155); }
div.DivClassName
{
background-color: #969A9B;
}
.BgClassName
{
background-color: #969A9B;
}
</style>
border-color css
<style>
span { border-color: #969A9B; }
span { border-color: rgb(150,154,155); }
td.TdClassName
{
border-color: #969A9B;
}
.TagClassName
{
border-color: #969A9B;
}
</style>