Shades of Gothic #658D94
Tints of Gothic #658D94
RGB
CMYK
RGB Variations
Color information
#658D94 (or 0x658D94) is known color: Gothic. HEX triplet: 65, 8D and 94. RGB value is (101,141,148). Sum of RGB (Red+Green+Blue) = 101+141+148=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 148 - color contains mainly: blue. Hex color #658D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658D94 is #9A726B. Grayscale: #818181. Windows color (decimal): -10121836 or 9735525. OLE color: 9735525.
HSL color Cylindrical-coordinate representation of color #658D94: hue angle of 188.94º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #658D94 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 141 | 148 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.42 |
| HSL | 188.94º | 0.19% | 0.49% | - |
| HSV(B) | 188.94º | 0.32% | 0.58% | - |
| XYZ | 20.24 | 23.95 | 31.57 | - |
| YUV | 129.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 141 | 148 | 0.32 | 0.05 | 0 | 0.42 | 188.94 | 0.19 | 0.49 |
| Hex | 65 | 8D | 94 | 20 | 5 | 0 | 2A | BD | 13 | 31 |
| Octal | 145 | 215 | 224 | 40 | 5 | 0 | 52 | 275 | 23 | 61 |
| Binary | 1100101 | 10001101 | 10010100 | 100000 | 101 | 0 | 101010 | 10111101 | 10011 | 110001 |
Color Harmonies of #658D94
Complementary color
Monochromatic Colors of #658D94
Black with #658D94
Text Example
Text Example
White with #658D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658D94; }
p { color: rgb(101,141,148); }
H1.HeaderClassName
{
color: #658D94;
}
.AnyTagClassName
{
color: #658D94;
}
</style>
background-color css
<style>
a { background-color: #658D94; }
a { background-color: rgb(101,141,148); }
div.DivClassName
{
background-color: #658D94;
}
.BgClassName
{
background-color: #658D94;
}
</style>
border-color css
<style>
span { border-color: #658D94; }
span { border-color: rgb(101,141,148); }
td.TdClassName
{
border-color: #658D94;
}
.TagClassName
{
border-color: #658D94;
}
</style>