Shades of Gothic #658C8F
Tints of Gothic #658C8F
RGB
CMYK
RGB Variations
Color information
#658C8F (or 0x658C8F) is known color: Gothic. HEX triplet: 65, 8C and 8F. RGB value is (101,140,143). Sum of RGB (Red+Green+Blue) = 101+140+143=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 143 - color contains mainly: blue. Hex color #658C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C8F is #9A7370. Grayscale: #808080. Windows color (decimal): -10122097 or 9407589. OLE color: 9407589.
HSL color Cylindrical-coordinate representation of color #658C8F: hue angle of 184.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #658C8F is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 101 | 140 | 143 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.44 |
| HSL | 184.29º | 0.17% | 0.48% | - |
| HSV(B) | 184.29º | 0.29% | 0.56% | - |
| XYZ | 19.7 | 23.51 | 29.49 | - |
| YUV | 128.68 | 136.08 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 143 | 0.29 | 0.02 | 0 | 0.44 | 184.29 | 0.17 | 0.48 |
| Hex | 65 | 8C | 8F | 1D | 2 | 0 | 2C | B8 | 11 | 30 |
| Octal | 145 | 214 | 217 | 35 | 2 | 0 | 54 | 270 | 21 | 60 |
| Binary | 1100101 | 10001100 | 10001111 | 11101 | 10 | 0 | 101100 | 10111000 | 10001 | 110000 |
Color Harmonies of #658C8F
Complementary color
Monochromatic Colors of #658C8F
Black with #658C8F
Text Example
Text Example
White with #658C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C8F; }
p { color: rgb(101,140,143); }
H1.HeaderClassName
{
color: #658C8F;
}
.AnyTagClassName
{
color: #658C8F;
}
</style>
background-color css
<style>
a { background-color: #658C8F; }
a { background-color: rgb(101,140,143); }
div.DivClassName
{
background-color: #658C8F;
}
.BgClassName
{
background-color: #658C8F;
}
</style>
border-color css
<style>
span { border-color: #658C8F; }
span { border-color: rgb(101,140,143); }
td.TdClassName
{
border-color: #658C8F;
}
.TagClassName
{
border-color: #658C8F;
}
</style>