Shades of Gothic #658F91
Tints of Gothic #658F91
RGB
CMYK
RGB Variations
Color information
#658F91 (or 0x658F91) is known color: Gothic. HEX triplet: 65, 8F and 91. RGB value is (101,143,145). Sum of RGB (Red+Green+Blue) = 101+143+145=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 145 (57.03% from 255 or 37.28% from 389); Max value from RGB is 145 - color contains mainly: blue. Hex color #658F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658F91 is #9A706E. Grayscale: #828282. Windows color (decimal): -10121327 or 9539429. OLE color: 9539429.
HSL color Cylindrical-coordinate representation of color #658F91: hue angle of 182.73º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #658F91 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 143 | 145 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.43 |
| HSL | 182.73º | 0.18% | 0.48% | - |
| HSV(B) | 182.73º | 0.3% | 0.57% | - |
| XYZ | 20.3 | 24.46 | 30.44 | - |
| YUV | 130.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 143 | 145 | 0.30 | 0.01 | 0 | 0.43 | 182.73 | 0.18 | 0.48 |
| Hex | 65 | 8F | 91 | 1E | 1 | 0 | 2B | B7 | 12 | 30 |
| Octal | 145 | 217 | 221 | 36 | 1 | 0 | 53 | 267 | 22 | 60 |
| Binary | 1100101 | 10001111 | 10010001 | 11110 | 1 | 0 | 101011 | 10110111 | 10010 | 110000 |
Color Harmonies of #658F91
Complementary color
Monochromatic Colors of #658F91
Black with #658F91
Text Example
Text Example
White with #658F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658F91; }
p { color: rgb(101,143,145); }
H1.HeaderClassName
{
color: #658F91;
}
.AnyTagClassName
{
color: #658F91;
}
</style>
background-color css
<style>
a { background-color: #658F91; }
a { background-color: rgb(101,143,145); }
div.DivClassName
{
background-color: #658F91;
}
.BgClassName
{
background-color: #658F91;
}
</style>
border-color css
<style>
span { border-color: #658F91; }
span { border-color: rgb(101,143,145); }
td.TdClassName
{
border-color: #658F91;
}
.TagClassName
{
border-color: #658F91;
}
</style>