Shades of Delta #969993
Tints of Delta #969993
RGB
CMYK
RGB Variations
Color information
#969993 (or 0x969993) is known color: Delta. HEX triplet: 96, 99 and 93. RGB value is (150,153,147). Sum of RGB (Red+Green+Blue) = 150+153+147=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #969993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969993 is #69666C. Grayscale: #979797. Windows color (decimal): -6907501 or 9673110. OLE color: 9673110.
HSL color Cylindrical-coordinate representation of color #969993: hue angle of 90º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #969993 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 150 | 153 | 147 | - |
| CMYK | 0.02 | 0 | 0.04 | 0.4 |
| HSL | 90º | 0.03% | 0.59% | - |
| HSV(B) | 90º | 0.04% | 0.6% | - |
| XYZ | 29.24 | 31.37 | 32.12 | - |
| YUV | 151.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 153 | 147 | 0.02 | 0 | 0.04 | 0.4 | 90 | 0.03 | 0.59 |
| Hex | 96 | 99 | 93 | 2 | 0 | 4 | 28 | 5A | 3 | 3B |
| Octal | 226 | 231 | 223 | 2 | 0 | 4 | 50 | 132 | 3 | 73 |
| Binary | 10010110 | 10011001 | 10010011 | 10 | 0 | 100 | 101000 | 1011010 | 11 | 111011 |
Color Harmonies of #969993
Complementary color
Monochromatic Colors of #969993
Black with #969993
Text Example
Text Example
White with #969993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969993; }
p { color: rgb(150,153,147); }
H1.HeaderClassName
{
color: #969993;
}
.AnyTagClassName
{
color: #969993;
}
</style>
background-color css
<style>
a { background-color: #969993; }
a { background-color: rgb(150,153,147); }
div.DivClassName
{
background-color: #969993;
}
.BgClassName
{
background-color: #969993;
}
</style>
border-color css
<style>
span { border-color: #969993; }
span { border-color: rgb(150,153,147); }
td.TdClassName
{
border-color: #969993;
}
.TagClassName
{
border-color: #969993;
}
</style>