Shades of Gothic #64838B
Tints of Gothic #64838B
RGB
CMYK
RGB Variations
Color information
#64838B (or 0x64838B) is known color: Gothic. HEX triplet: 64, 83 and 8B. RGB value is (100,131,139). Sum of RGB (Red+Green+Blue) = 100+131+139=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 139 - color contains mainly: blue. Hex color #64838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64838B is #9B7C74. Grayscale: #7A7A7A. Windows color (decimal): -10189941 or 9143140. OLE color: 9143140.
HSL color Cylindrical-coordinate representation of color #64838B: hue angle of 192.31º 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 #64838B is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 131 | 139 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.45 |
| HSL | 192.31º | 0.16% | 0.47% | - |
| HSV(B) | 192.31º | 0.28% | 0.55% | - |
| XYZ | 18.03 | 20.81 | 27.49 | - |
| YUV | 122.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 131 | 139 | 0.28 | 0.06 | 0 | 0.45 | 192.31 | 0.16 | 0.47 |
| Hex | 64 | 83 | 8B | 1C | 6 | 0 | 2D | C0 | 10 | 2F |
| Octal | 144 | 203 | 213 | 34 | 6 | 0 | 55 | 300 | 20 | 57 |
| Binary | 1100100 | 10000011 | 10001011 | 11100 | 110 | 0 | 101101 | 11000000 | 10000 | 101111 |
Color Harmonies of #64838B
Complementary color
Monochromatic Colors of #64838B
Black with #64838B
Text Example
Text Example
White with #64838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64838B; }
p { color: rgb(100,131,139); }
H1.HeaderClassName
{
color: #64838B;
}
.AnyTagClassName
{
color: #64838B;
}
</style>
background-color css
<style>
a { background-color: #64838B; }
a { background-color: rgb(100,131,139); }
div.DivClassName
{
background-color: #64838B;
}
.BgClassName
{
background-color: #64838B;
}
</style>
border-color css
<style>
span { border-color: #64838B; }
span { border-color: rgb(100,131,139); }
td.TdClassName
{
border-color: #64838B;
}
.TagClassName
{
border-color: #64838B;
}
</style>