Shades of Gothic #698C93
Tints of Gothic #698C93
RGB
CMYK
RGB Variations
Color information
#698C93 (or 0x698C93) is known color: Gothic. HEX triplet: 69, 8C and 93. RGB value is (105,140,147). Sum of RGB (Red+Green+Blue) = 105+140+147=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #698C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C93 is #96736C. Grayscale: #828282. Windows color (decimal): -9859949 or 9669737. OLE color: 9669737.
HSL color Cylindrical-coordinate representation of color #698C93: hue angle of 190º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #698C93 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 140 | 147 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.42 |
| HSL | 190º | 0.17% | 0.49% | - |
| HSV(B) | 190º | 0.29% | 0.58% | - |
| XYZ | 20.47 | 23.87 | 31.13 | - |
| YUV | 130.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 147 | 0.29 | 0.05 | 0 | 0.42 | 190 | 0.17 | 0.49 |
| Hex | 69 | 8C | 93 | 1D | 5 | 0 | 2A | BE | 11 | 31 |
| Octal | 151 | 214 | 223 | 35 | 5 | 0 | 52 | 276 | 21 | 61 |
| Binary | 1101001 | 10001100 | 10010011 | 11101 | 101 | 0 | 101010 | 10111110 | 10001 | 110001 |
Color Harmonies of #698C93
Complementary color
Monochromatic Colors of #698C93
Black with #698C93
Text Example
Text Example
White with #698C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C93; }
p { color: rgb(105,140,147); }
H1.HeaderClassName
{
color: #698C93;
}
.AnyTagClassName
{
color: #698C93;
}
</style>
background-color css
<style>
a { background-color: #698C93; }
a { background-color: rgb(105,140,147); }
div.DivClassName
{
background-color: #698C93;
}
.BgClassName
{
background-color: #698C93;
}
</style>
border-color css
<style>
span { border-color: #698C93; }
span { border-color: rgb(105,140,147); }
td.TdClassName
{
border-color: #698C93;
}
.TagClassName
{
border-color: #698C93;
}
</style>