Shades of Bermuda Grey #64829B
Tints of Bermuda Grey #64829B
RGB
CMYK
RGB Variations
Color information
#64829B (or 0x64829B) is known color: Bermuda Grey. HEX triplet: 64, 82 and 9B. RGB value is (100,130,155). Sum of RGB (Red+Green+Blue) = 100+130+155=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 155 - color contains mainly: blue. Hex color #64829B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64829B is #9B7D64. Grayscale: #7B7B7B. Windows color (decimal): -10190181 or 10191460. OLE color: 10191460.
HSL color Cylindrical-coordinate representation of color #64829B: hue angle of 207.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64829B is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 130 | 155 | - |
| CMYK | 0.35 | 0.16 | 0 | 0.39 |
| HSL | 207.27º | 0.22% | 0.5% | - |
| HSV(B) | 207.27º | 0.35% | 0.61% | - |
| XYZ | 19.15 | 21.04 | 34.06 | - |
| YUV | 123.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 130 | 155 | 0.35 | 0.16 | 0 | 0.39 | 207.27 | 0.22 | 0.5 |
| Hex | 64 | 82 | 9B | 23 | 10 | 0 | 27 | CF | 16 | 32 |
| Octal | 144 | 202 | 233 | 43 | 20 | 0 | 47 | 317 | 26 | 62 |
| Binary | 1100100 | 10000010 | 10011011 | 100011 | 10000 | 0 | 100111 | 11001111 | 10110 | 110010 |
Color Harmonies of #64829B
Complementary color
Monochromatic Colors of #64829B
Black with #64829B
Text Example
Text Example
White with #64829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64829B; }
p { color: rgb(100,130,155); }
H1.HeaderClassName
{
color: #64829B;
}
.AnyTagClassName
{
color: #64829B;
}
</style>
background-color css
<style>
a { background-color: #64829B; }
a { background-color: rgb(100,130,155); }
div.DivClassName
{
background-color: #64829B;
}
.BgClassName
{
background-color: #64829B;
}
</style>
border-color css
<style>
span { border-color: #64829B; }
span { border-color: rgb(100,130,155); }
td.TdClassName
{
border-color: #64829B;
}
.TagClassName
{
border-color: #64829B;
}
</style>