Shades of Gothic #70969D
Tints of Gothic #70969D
RGB
CMYK
RGB Variations
Color information
#70969D (or 0x70969D) is known color: Gothic. HEX triplet: 70, 96 and 9D. RGB value is (112,150,157). Sum of RGB (Red+Green+Blue) = 112+150+157=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 157 (61.72% from 255 or 37.47% from 419); Max value from RGB is 157 - color contains mainly: blue. Hex color #70969D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70969D is #8F6962. Grayscale: #8B8B8B. Windows color (decimal): -9398627 or 10327664. OLE color: 10327664.
HSL color Cylindrical-coordinate representation of color #70969D: hue angle of 189.33º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70969D is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 112 | 150 | 157 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.38 |
| HSL | 189.33º | 0.19% | 0.53% | - |
| HSV(B) | 189.33º | 0.29% | 0.62% | - |
| XYZ | 23.67 | 27.69 | 36 | - |
| YUV | 139.44 | 137.91 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 157 | 0.29 | 0.04 | 0 | 0.38 | 189.33 | 0.19 | 0.53 |
| Hex | 70 | 96 | 9D | 1D | 4 | 0 | 26 | BD | 13 | 35 |
| Octal | 160 | 226 | 235 | 35 | 4 | 0 | 46 | 275 | 23 | 65 |
| Binary | 1110000 | 10010110 | 10011101 | 11101 | 100 | 0 | 100110 | 10111101 | 10011 | 110101 |
Color Harmonies of #70969D
Complementary color
Monochromatic Colors of #70969D
Black with #70969D
Text Example
Text Example
White with #70969D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70969D; }
p { color: rgb(112,150,157); }
H1.HeaderClassName
{
color: #70969D;
}
.AnyTagClassName
{
color: #70969D;
}
</style>
background-color css
<style>
a { background-color: #70969D; }
a { background-color: rgb(112,150,157); }
div.DivClassName
{
background-color: #70969D;
}
.BgClassName
{
background-color: #70969D;
}
</style>
border-color css
<style>
span { border-color: #70969D; }
span { border-color: rgb(112,150,157); }
td.TdClassName
{
border-color: #70969D;
}
.TagClassName
{
border-color: #70969D;
}
</style>