Shades of Gothic #658A8D
Tints of Gothic #658A8D
RGB
CMYK
RGB Variations
Color information
#658A8D (or 0x658A8D) is known color: Gothic. HEX triplet: 65, 8A and 8D. RGB value is (101,138,141). Sum of RGB (Red+Green+Blue) = 101+138+141=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 141 - color contains mainly: blue. Hex color #658A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658A8D is #9A7572. Grayscale: #7F7F7F. Windows color (decimal): -10122611 or 9276005. OLE color: 9276005.
HSL color Cylindrical-coordinate representation of color #658A8D: hue angle of 184.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #658A8D is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 138 | 141 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.45 |
| HSL | 184.5º | 0.17% | 0.47% | - |
| HSV(B) | 184.5º | 0.28% | 0.55% | - |
| XYZ | 19.26 | 22.87 | 28.6 | - |
| YUV | 127.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 141 | 0.28 | 0.02 | 0 | 0.45 | 184.5 | 0.17 | 0.47 |
| Hex | 65 | 8A | 8D | 1C | 2 | 0 | 2D | B8 | 11 | 2F |
| Octal | 145 | 212 | 215 | 34 | 2 | 0 | 55 | 270 | 21 | 57 |
| Binary | 1100101 | 10001010 | 10001101 | 11100 | 10 | 0 | 101101 | 10111000 | 10001 | 101111 |
Color Harmonies of #658A8D
Complementary color
Monochromatic Colors of #658A8D
Black with #658A8D
Text Example
Text Example
White with #658A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A8D; }
p { color: rgb(101,138,141); }
H1.HeaderClassName
{
color: #658A8D;
}
.AnyTagClassName
{
color: #658A8D;
}
</style>
background-color css
<style>
a { background-color: #658A8D; }
a { background-color: rgb(101,138,141); }
div.DivClassName
{
background-color: #658A8D;
}
.BgClassName
{
background-color: #658A8D;
}
</style>
border-color css
<style>
span { border-color: #658A8D; }
span { border-color: rgb(101,138,141); }
td.TdClassName
{
border-color: #658A8D;
}
.TagClassName
{
border-color: #658A8D;
}
</style>