Shades of Gothic #698285
Tints of Gothic #698285
RGB
CMYK
RGB Variations
Color information
#698285 (or 0x698285) is known color: Gothic. HEX triplet: 69, 82 and 85. RGB value is (105,130,133). Sum of RGB (Red+Green+Blue) = 105+130+133=368 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.53% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #698285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698285 is #967D7A. Grayscale: #7A7A7A. Windows color (decimal): -9862523 or 8749673. OLE color: 8749673.
HSL color Cylindrical-coordinate representation of color #698285: hue angle of 186.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #698285 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 105 | 130 | 133 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.48 |
| HSL | 186.43º | 0.12% | 0.47% | - |
| HSV(B) | 186.43º | 0.21% | 0.52% | - |
| XYZ | 18.04 | 20.66 | 25.23 | - |
| YUV | 122.87 | 133.72 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 133 | 0.21 | 0.02 | 0 | 0.48 | 186.43 | 0.12 | 0.47 |
| Hex | 69 | 82 | 85 | 15 | 2 | 0 | 30 | BA | C | 2F |
| Octal | 151 | 202 | 205 | 25 | 2 | 0 | 60 | 272 | 14 | 57 |
| Binary | 1101001 | 10000010 | 10000101 | 10101 | 10 | 0 | 110000 | 10111010 | 1100 | 101111 |
Color Harmonies of #698285
Complementary color
Monochromatic Colors of #698285
Black with #698285
Text Example
Text Example
White with #698285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698285; }
p { color: rgb(105,130,133); }
H1.HeaderClassName
{
color: #698285;
}
.AnyTagClassName
{
color: #698285;
}
</style>
background-color css
<style>
a { background-color: #698285; }
a { background-color: rgb(105,130,133); }
div.DivClassName
{
background-color: #698285;
}
.BgClassName
{
background-color: #698285;
}
</style>
border-color css
<style>
span { border-color: #698285; }
span { border-color: rgb(105,130,133); }
td.TdClassName
{
border-color: #698285;
}
.TagClassName
{
border-color: #698285;
}
</style>