Shades of Gothic #64838A
Tints of Gothic #64838A
RGB
CMYK
RGB Variations
Color information
#64838A (or 0x64838A) is known color: Gothic. HEX triplet: 64, 83 and 8A. RGB value is (100,131,138). Sum of RGB (Red+Green+Blue) = 100+131+138=369 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.10% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #64838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64838A is #9B7C75. Grayscale: #7A7A7A. Windows color (decimal): -10189942 or 9077604. OLE color: 9077604.
HSL color Cylindrical-coordinate representation of color #64838A: hue angle of 191.05º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #64838A is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 131 | 138 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.46 |
| HSL | 191.05º | 0.16% | 0.47% | - |
| HSV(B) | 191.05º | 0.28% | 0.54% | - |
| XYZ | 17.96 | 20.78 | 27.11 | - |
| YUV | 122.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 138 | 0.28 | 0.05 | 0 | 0.46 | 191.05 | 0.16 | 0.47 |
| Hex | 64 | 83 | 8A | 1C | 5 | 0 | 2E | BF | 10 | 2F |
| Octal | 144 | 203 | 212 | 34 | 5 | 0 | 56 | 277 | 20 | 57 |
| Binary | 1100100 | 10000011 | 10001010 | 11100 | 101 | 0 | 101110 | 10111111 | 10000 | 101111 |
Color Harmonies of #64838A
Complementary color
Monochromatic Colors of #64838A
Black with #64838A
Text Example
Text Example
White with #64838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64838A; }
p { color: rgb(100,131,138); }
H1.HeaderClassName
{
color: #64838A;
}
.AnyTagClassName
{
color: #64838A;
}
</style>
background-color css
<style>
a { background-color: #64838A; }
a { background-color: rgb(100,131,138); }
div.DivClassName
{
background-color: #64838A;
}
.BgClassName
{
background-color: #64838A;
}
</style>
border-color css
<style>
span { border-color: #64838A; }
span { border-color: rgb(100,131,138); }
td.TdClassName
{
border-color: #64838A;
}
.TagClassName
{
border-color: #64838A;
}
</style>