Shades of Gothic #658F94
Tints of Gothic #658F94
RGB
CMYK
RGB Variations
Color information
#658F94 (or 0x658F94) is known color: Gothic. HEX triplet: 65, 8F and 94. RGB value is (101,143,148). Sum of RGB (Red+Green+Blue) = 101+143+148=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 148 (58.20% from 255 or 37.76% from 392); Max value from RGB is 148 - color contains mainly: blue. Hex color #658F94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658F94 is #9A706B. Grayscale: #828282. Windows color (decimal): -10121324 or 9736037. OLE color: 9736037.
HSL color Cylindrical-coordinate representation of color #658F94: hue angle of 186.38º 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 #658F94 is Cyan = 0.32, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 143 | 148 | - |
| CMYK | 0.32 | 0.03 | 0 | 0.42 |
| HSL | 186.38º | 0.19% | 0.49% | - |
| HSV(B) | 186.38º | 0.32% | 0.58% | - |
| XYZ | 20.53 | 24.55 | 31.67 | - |
| YUV | 131.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 148 | 0.32 | 0.03 | 0 | 0.42 | 186.38 | 0.19 | 0.49 |
| Hex | 65 | 8F | 94 | 20 | 3 | 0 | 2A | BA | 13 | 31 |
| Octal | 145 | 217 | 224 | 40 | 3 | 0 | 52 | 272 | 23 | 61 |
| Binary | 1100101 | 10001111 | 10010100 | 100000 | 11 | 0 | 101010 | 10111010 | 10011 | 110001 |
Color Harmonies of #658F94
Complementary color
Monochromatic Colors of #658F94
Black with #658F94
Text Example
Text Example
White with #658F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F94; }
p { color: rgb(101,143,148); }
H1.HeaderClassName
{
color: #658F94;
}
.AnyTagClassName
{
color: #658F94;
}
</style>
background-color css
<style>
a { background-color: #658F94; }
a { background-color: rgb(101,143,148); }
div.DivClassName
{
background-color: #658F94;
}
.BgClassName
{
background-color: #658F94;
}
</style>
border-color css
<style>
span { border-color: #658F94; }
span { border-color: rgb(101,143,148); }
td.TdClassName
{
border-color: #658F94;
}
.TagClassName
{
border-color: #658F94;
}
</style>