Shades of Gothic #64838C
Tints of Gothic #64838C
RGB
CMYK
RGB Variations
Color information
#64838C (or 0x64838C) is known color: Gothic. HEX triplet: 64, 83 and 8C. RGB value is (100,131,140). Sum of RGB (Red+Green+Blue) = 100+131+140=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #64838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64838C is #9B7C73. Grayscale: #7A7A7A. Windows color (decimal): -10189940 or 9208676. OLE color: 9208676.
HSL color Cylindrical-coordinate representation of color #64838C: hue angle of 193.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #64838C is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 131 | 140 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.45 |
| HSL | 193.5º | 0.17% | 0.47% | - |
| HSV(B) | 193.5º | 0.29% | 0.55% | - |
| XYZ | 18.11 | 20.84 | 27.88 | - |
| YUV | 122.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 140 | 0.29 | 0.06 | 0 | 0.45 | 193.5 | 0.17 | 0.47 |
| Hex | 64 | 83 | 8C | 1D | 6 | 0 | 2D | C2 | 11 | 2F |
| Octal | 144 | 203 | 214 | 35 | 6 | 0 | 55 | 302 | 21 | 57 |
| Binary | 1100100 | 10000011 | 10001100 | 11101 | 110 | 0 | 101101 | 11000010 | 10001 | 101111 |
Color Harmonies of #64838C
Complementary color
Monochromatic Colors of #64838C
Black with #64838C
Text Example
Text Example
White with #64838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64838C; }
p { color: rgb(100,131,140); }
H1.HeaderClassName
{
color: #64838C;
}
.AnyTagClassName
{
color: #64838C;
}
</style>
background-color css
<style>
a { background-color: #64838C; }
a { background-color: rgb(100,131,140); }
div.DivClassName
{
background-color: #64838C;
}
.BgClassName
{
background-color: #64838C;
}
</style>
border-color css
<style>
span { border-color: #64838C; }
span { border-color: rgb(100,131,140); }
td.TdClassName
{
border-color: #64838C;
}
.TagClassName
{
border-color: #64838C;
}
</style>