Shades of Bermuda Grey #6B8899
Tints of Bermuda Grey #6B8899
RGB
CMYK
RGB Variations
Color information
#6B8899 (or 0x6B8899) is known color: Bermuda Grey. HEX triplet: 6B, 88 and 99. RGB value is (107,136,153). Sum of RGB (Red+Green+Blue) = 107+136+153=396 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.02% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B8899 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8899 is #947766. Grayscale: #818181. Windows color (decimal): -9729895 or 10061931. OLE color: 10061931.
HSL color Cylindrical-coordinate representation of color #6B8899: hue angle of 202.17º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B8899 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 136 | 153 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.4 |
| HSL | 202.17º | 0.18% | 0.51% | - |
| HSV(B) | 202.17º | 0.3% | 0.6% | - |
| XYZ | 20.62 | 23.03 | 33.5 | - |
| YUV | 129.27 | 141.39 | 112.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 136 | 153 | 0.30 | 0.11 | 0 | 0.4 | 202.17 | 0.18 | 0.51 |
| Hex | 6B | 88 | 99 | 1E | B | 0 | 28 | CA | 12 | 33 |
| Octal | 153 | 210 | 231 | 36 | 13 | 0 | 50 | 312 | 22 | 63 |
| Binary | 1101011 | 10001000 | 10011001 | 11110 | 1011 | 0 | 101000 | 11001010 | 10010 | 110011 |
Color Harmonies of #6B8899
Complementary color
Monochromatic Colors of #6B8899
Black with #6B8899
Text Example
Text Example
White with #6B8899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8899; }
p { color: rgb(107,136,153); }
H1.HeaderClassName
{
color: #6B8899;
}
.AnyTagClassName
{
color: #6B8899;
}
</style>
background-color css
<style>
a { background-color: #6B8899; }
a { background-color: rgb(107,136,153); }
div.DivClassName
{
background-color: #6B8899;
}
.BgClassName
{
background-color: #6B8899;
}
</style>
border-color css
<style>
span { border-color: #6B8899; }
span { border-color: rgb(107,136,153); }
td.TdClassName
{
border-color: #6B8899;
}
.TagClassName
{
border-color: #6B8899;
}
</style>