Shades of Gothic #70969C
Tints of Gothic #70969C
RGB
CMYK
RGB Variations
Color information
#70969C (or 0x70969C) is known color: Gothic. HEX triplet: 70, 96 and 9C. RGB value is (112,150,156). Sum of RGB (Red+Green+Blue) = 112+150+156=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 156 - color contains mainly: blue. Hex color #70969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70969C is #8F6963. Grayscale: #8B8B8B. Windows color (decimal): -9398628 or 10262128. OLE color: 10262128.
HSL color Cylindrical-coordinate representation of color #70969C: hue angle of 188.18º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #70969C is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 112 | 150 | 156 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.39 |
| HSL | 188.18º | 0.18% | 0.53% | - |
| HSV(B) | 188.18º | 0.28% | 0.61% | - |
| XYZ | 23.59 | 27.66 | 35.55 | - |
| YUV | 139.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 150 | 156 | 0.28 | 0.04 | 0 | 0.39 | 188.18 | 0.18 | 0.53 |
| Hex | 70 | 96 | 9C | 1C | 4 | 0 | 27 | BC | 12 | 35 |
| Octal | 160 | 226 | 234 | 34 | 4 | 0 | 47 | 274 | 22 | 65 |
| Binary | 1110000 | 10010110 | 10011100 | 11100 | 100 | 0 | 100111 | 10111100 | 10010 | 110101 |
Color Harmonies of #70969C
Complementary color
Monochromatic Colors of #70969C
Black with #70969C
Text Example
Text Example
White with #70969C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70969C; }
p { color: rgb(112,150,156); }
H1.HeaderClassName
{
color: #70969C;
}
.AnyTagClassName
{
color: #70969C;
}
</style>
background-color css
<style>
a { background-color: #70969C; }
a { background-color: rgb(112,150,156); }
div.DivClassName
{
background-color: #70969C;
}
.BgClassName
{
background-color: #70969C;
}
</style>
border-color css
<style>
span { border-color: #70969C; }
span { border-color: rgb(112,150,156); }
td.TdClassName
{
border-color: #70969C;
}
.TagClassName
{
border-color: #70969C;
}
</style>