Shades of Gothic #658C91
Tints of Gothic #658C91
RGB
CMYK
RGB Variations
Color information
#658C91 (or 0x658C91) is known color: Gothic. HEX triplet: 65, 8C and 91. RGB value is (101,140,145). Sum of RGB (Red+Green+Blue) = 101+140+145=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #658C91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C91 is #9A736E. Grayscale: #808080. Windows color (decimal): -10122095 or 9538661. OLE color: 9538661.
HSL color Cylindrical-coordinate representation of color #658C91: hue angle of 186.82º 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 #658C91 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 140 | 145 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.43 |
| HSL | 186.82º | 0.18% | 0.48% | - |
| HSV(B) | 186.82º | 0.3% | 0.57% | - |
| XYZ | 19.86 | 23.57 | 30.29 | - |
| YUV | 128.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 145 | 0.30 | 0.03 | 0 | 0.43 | 186.82 | 0.18 | 0.48 |
| Hex | 65 | 8C | 91 | 1E | 3 | 0 | 2B | BB | 12 | 30 |
| Octal | 145 | 214 | 221 | 36 | 3 | 0 | 53 | 273 | 22 | 60 |
| Binary | 1100101 | 10001100 | 10010001 | 11110 | 11 | 0 | 101011 | 10111011 | 10010 | 110000 |
Color Harmonies of #658C91
Complementary color
Monochromatic Colors of #658C91
Black with #658C91
Text Example
Text Example
White with #658C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C91; }
p { color: rgb(101,140,145); }
H1.HeaderClassName
{
color: #658C91;
}
.AnyTagClassName
{
color: #658C91;
}
</style>
background-color css
<style>
a { background-color: #658C91; }
a { background-color: rgb(101,140,145); }
div.DivClassName
{
background-color: #658C91;
}
.BgClassName
{
background-color: #658C91;
}
</style>
border-color css
<style>
span { border-color: #658C91; }
span { border-color: rgb(101,140,145); }
td.TdClassName
{
border-color: #658C91;
}
.TagClassName
{
border-color: #658C91;
}
</style>