Shades of Gothic #65868C
Tints of Gothic #65868C
RGB
CMYK
RGB Variations
Color information
#65868C (or 0x65868C) is known color: Gothic. HEX triplet: 65, 86 and 8C. RGB value is (101,134,140). Sum of RGB (Red+Green+Blue) = 101+134+140=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #65868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65868C is #9A7973. Grayscale: #7C7C7C. Windows color (decimal): -10123636 or 9209445. OLE color: 9209445.
HSL color Cylindrical-coordinate representation of color #65868C: hue angle of 189.23º degrees, saturation: 0.16, 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 #65868C is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 134 | 140 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.45 |
| HSL | 189.23º | 0.16% | 0.47% | - |
| HSV(B) | 189.23º | 0.28% | 0.55% | - |
| XYZ | 18.63 | 21.71 | 28.02 | - |
| YUV | 124.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 140 | 0.28 | 0.04 | 0 | 0.45 | 189.23 | 0.16 | 0.47 |
| Hex | 65 | 86 | 8C | 1C | 4 | 0 | 2D | BD | 10 | 2F |
| Octal | 145 | 206 | 214 | 34 | 4 | 0 | 55 | 275 | 20 | 57 |
| Binary | 1100101 | 10000110 | 10001100 | 11100 | 100 | 0 | 101101 | 10111101 | 10000 | 101111 |
Color Harmonies of #65868C
Complementary color
Monochromatic Colors of #65868C
Black with #65868C
Text Example
Text Example
White with #65868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65868C; }
p { color: rgb(101,134,140); }
H1.HeaderClassName
{
color: #65868C;
}
.AnyTagClassName
{
color: #65868C;
}
</style>
background-color css
<style>
a { background-color: #65868C; }
a { background-color: rgb(101,134,140); }
div.DivClassName
{
background-color: #65868C;
}
.BgClassName
{
background-color: #65868C;
}
</style>
border-color css
<style>
span { border-color: #65868C; }
span { border-color: rgb(101,134,140); }
td.TdClassName
{
border-color: #65868C;
}
.TagClassName
{
border-color: #65868C;
}
</style>