Shades of Bermuda Grey #6A839F
Tints of Bermuda Grey #6A839F
RGB
CMYK
RGB Variations
Color information
#6A839F (or 0x6A839F) is known color: Bermuda Grey. HEX triplet: 6A, 83 and 9F. RGB value is (106,131,159). Sum of RGB (Red+Green+Blue) = 106+131+159=396 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.77% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A839F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A839F is #957C60. Grayscale: #7E7E7E. Windows color (decimal): -9796705 or 10453866. OLE color: 10453866.
HSL color Cylindrical-coordinate representation of color #6A839F: hue angle of 211.7º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A839F is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 131 | 159 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.38 |
| HSL | 211.7º | 0.22% | 0.52% | - |
| HSV(B) | 211.7º | 0.33% | 0.62% | - |
| XYZ | 20.32 | 21.8 | 35.94 | - |
| YUV | 126.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 159 | 0.33 | 0.18 | 0 | 0.38 | 211.7 | 0.22 | 0.52 |
| Hex | 6A | 83 | 9F | 21 | 12 | 0 | 26 | D4 | 16 | 34 |
| Octal | 152 | 203 | 237 | 41 | 22 | 0 | 46 | 324 | 26 | 64 |
| Binary | 1101010 | 10000011 | 10011111 | 100001 | 10010 | 0 | 100110 | 11010100 | 10110 | 110100 |
Color Harmonies of #6A839F
Complementary color
Monochromatic Colors of #6A839F
Black with #6A839F
Text Example
Text Example
White with #6A839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A839F; }
p { color: rgb(106,131,159); }
H1.HeaderClassName
{
color: #6A839F;
}
.AnyTagClassName
{
color: #6A839F;
}
</style>
background-color css
<style>
a { background-color: #6A839F; }
a { background-color: rgb(106,131,159); }
div.DivClassName
{
background-color: #6A839F;
}
.BgClassName
{
background-color: #6A839F;
}
</style>
border-color css
<style>
span { border-color: #6A839F; }
span { border-color: rgb(106,131,159); }
td.TdClassName
{
border-color: #6A839F;
}
.TagClassName
{
border-color: #6A839F;
}
</style>