Shades of Gothic #658C93
Tints of Gothic #658C93
RGB
CMYK
RGB Variations
Color information
#658C93 (or 0x658C93) is known color: Gothic. HEX triplet: 65, 8C and 93. RGB value is (101,140,147). Sum of RGB (Red+Green+Blue) = 101+140+147=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #658C93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C93 is #9A736C. Grayscale: #818181. Windows color (decimal): -10122093 or 9669733. OLE color: 9669733.
HSL color Cylindrical-coordinate representation of color #658C93: hue angle of 189.13º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #658C93 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 140 | 147 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.42 |
| HSL | 189.13º | 0.19% | 0.49% | - |
| HSV(B) | 189.13º | 0.31% | 0.58% | - |
| XYZ | 20.01 | 23.63 | 31.11 | - |
| YUV | 129.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 147 | 0.31 | 0.05 | 0 | 0.42 | 189.13 | 0.19 | 0.49 |
| Hex | 65 | 8C | 93 | 1F | 5 | 0 | 2A | BD | 13 | 31 |
| Octal | 145 | 214 | 223 | 37 | 5 | 0 | 52 | 275 | 23 | 61 |
| Binary | 1100101 | 10001100 | 10010011 | 11111 | 101 | 0 | 101010 | 10111101 | 10011 | 110001 |
Color Harmonies of #658C93
Complementary color
Monochromatic Colors of #658C93
Black with #658C93
Text Example
Text Example
White with #658C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C93; }
p { color: rgb(101,140,147); }
H1.HeaderClassName
{
color: #658C93;
}
.AnyTagClassName
{
color: #658C93;
}
</style>
background-color css
<style>
a { background-color: #658C93; }
a { background-color: rgb(101,140,147); }
div.DivClassName
{
background-color: #658C93;
}
.BgClassName
{
background-color: #658C93;
}
</style>
border-color css
<style>
span { border-color: #658C93; }
span { border-color: rgb(101,140,147); }
td.TdClassName
{
border-color: #658C93;
}
.TagClassName
{
border-color: #658C93;
}
</style>