Shades of Bermuda Grey #64849C
Tints of Bermuda Grey #64849C
RGB
CMYK
RGB Variations
Color information
#64849C (or 0x64849C) is known color: Bermuda Grey. HEX triplet: 64, 84 and 9C. RGB value is (100,132,156). Sum of RGB (Red+Green+Blue) = 100+132+156=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 156 - color contains mainly: blue. Hex color #64849C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64849C is #9B7B63. Grayscale: #7D7D7D. Windows color (decimal): -10189668 or 10257508. OLE color: 10257508.
HSL color Cylindrical-coordinate representation of color #64849C: hue angle of 205.71º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64849C is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 132 | 156 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.39 |
| HSL | 205.71º | 0.22% | 0.5% | - |
| HSV(B) | 205.71º | 0.36% | 0.61% | - |
| XYZ | 19.51 | 21.61 | 34.6 | - |
| YUV | 125.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 156 | 0.36 | 0.15 | 0 | 0.39 | 205.71 | 0.22 | 0.5 |
| Hex | 64 | 84 | 9C | 24 | F | 0 | 27 | CE | 16 | 32 |
| Octal | 144 | 204 | 234 | 44 | 17 | 0 | 47 | 316 | 26 | 62 |
| Binary | 1100100 | 10000100 | 10011100 | 100100 | 1111 | 0 | 100111 | 11001110 | 10110 | 110010 |
Color Harmonies of #64849C
Complementary color
Monochromatic Colors of #64849C
Black with #64849C
Text Example
Text Example
White with #64849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64849C; }
p { color: rgb(100,132,156); }
H1.HeaderClassName
{
color: #64849C;
}
.AnyTagClassName
{
color: #64849C;
}
</style>
background-color css
<style>
a { background-color: #64849C; }
a { background-color: rgb(100,132,156); }
div.DivClassName
{
background-color: #64849C;
}
.BgClassName
{
background-color: #64849C;
}
</style>
border-color css
<style>
span { border-color: #64849C; }
span { border-color: rgb(100,132,156); }
td.TdClassName
{
border-color: #64849C;
}
.TagClassName
{
border-color: #64849C;
}
</style>