Shades of Delta #969990
Tints of Delta #969990
RGB
CMYK
RGB Variations
Color information
#969990 (or 0x969990) is known color: Delta. HEX triplet: 96, 99 and 90. RGB value is (150,153,144). Sum of RGB (Red+Green+Blue) = 150+153+144=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #969990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969990 is #69666F. Grayscale: #979797. Windows color (decimal): -6907504 or 9476502. OLE color: 9476502.
HSL color Cylindrical-coordinate representation of color #969990: hue angle of 80º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #969990 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 144 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.4 |
| HSL | 80º | 0.04% | 0.58% | - |
| HSV(B) | 80º | 0.06% | 0.6% | - |
| XYZ | 29 | 31.28 | 30.89 | - |
| YUV | 151.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 144 | 0.02 | 0 | 0.06 | 0.4 | 80 | 0.04 | 0.58 |
| Hex | 96 | 99 | 90 | 2 | 0 | 6 | 28 | 50 | 4 | 3A |
| Octal | 226 | 231 | 220 | 2 | 0 | 6 | 50 | 120 | 4 | 72 |
| Binary | 10010110 | 10011001 | 10010000 | 10 | 0 | 110 | 101000 | 1010000 | 100 | 111010 |
Color Harmonies of #969990
Complementary color
Monochromatic Colors of #969990
Black with #969990
Text Example
Text Example
White with #969990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969990; }
p { color: rgb(150,153,144); }
H1.HeaderClassName
{
color: #969990;
}
.AnyTagClassName
{
color: #969990;
}
</style>
background-color css
<style>
a { background-color: #969990; }
a { background-color: rgb(150,153,144); }
div.DivClassName
{
background-color: #969990;
}
.BgClassName
{
background-color: #969990;
}
</style>
border-color css
<style>
span { border-color: #969990; }
span { border-color: rgb(150,153,144); }
td.TdClassName
{
border-color: #969990;
}
.TagClassName
{
border-color: #969990;
}
</style>