Shades of Bermuda Grey #6A859D
Tints of Bermuda Grey #6A859D
RGB
CMYK
RGB Variations
Color information
#6A859D (or 0x6A859D) is known color: Bermuda Grey. HEX triplet: 6A, 85 and 9D. RGB value is (106,133,157). Sum of RGB (Red+Green+Blue) = 106+133+157=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 157 (61.72% from 255 or 39.65% from 396); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A859D is #957A62. Grayscale: #7F7F7F. Windows color (decimal): -9796195 or 10323306. OLE color: 10323306.
HSL color Cylindrical-coordinate representation of color #6A859D: hue angle of 208.24º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A859D is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 133 | 157 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.38 |
| HSL | 208.24º | 0.21% | 0.52% | - |
| HSV(B) | 208.24º | 0.32% | 0.62% | - |
| XYZ | 20.42 | 22.27 | 35.12 | - |
| YUV | 127.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 133 | 157 | 0.32 | 0.15 | 0 | 0.38 | 208.24 | 0.21 | 0.52 |
| Hex | 6A | 85 | 9D | 20 | F | 0 | 26 | D0 | 15 | 34 |
| Octal | 152 | 205 | 235 | 40 | 17 | 0 | 46 | 320 | 25 | 64 |
| Binary | 1101010 | 10000101 | 10011101 | 100000 | 1111 | 0 | 100110 | 11010000 | 10101 | 110100 |
Color Harmonies of #6A859D
Complementary color
Monochromatic Colors of #6A859D
Black with #6A859D
Text Example
Text Example
White with #6A859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A859D; }
p { color: rgb(106,133,157); }
H1.HeaderClassName
{
color: #6A859D;
}
.AnyTagClassName
{
color: #6A859D;
}
</style>
background-color css
<style>
a { background-color: #6A859D; }
a { background-color: rgb(106,133,157); }
div.DivClassName
{
background-color: #6A859D;
}
.BgClassName
{
background-color: #6A859D;
}
</style>
border-color css
<style>
span { border-color: #6A859D; }
span { border-color: rgb(106,133,157); }
td.TdClassName
{
border-color: #6A859D;
}
.TagClassName
{
border-color: #6A859D;
}
</style>