Shades of Bermuda Grey #6B869E
Tints of Bermuda Grey #6B869E
RGB
CMYK
RGB Variations
Color information
#6B869E (or 0x6B869E) is known color: Bermuda Grey. HEX triplet: 6B, 86 and 9E. RGB value is (107,134,158). Sum of RGB (Red+Green+Blue) = 107+134+158=399 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.82% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 158 (62.11% from 255 or 39.60% from 399); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B869E is #947961. Grayscale: #808080. Windows color (decimal): -9730402 or 10389099. OLE color: 10389099.
HSL color Cylindrical-coordinate representation of color #6B869E: 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 #6B869E is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 134 | 158 | - |
| 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.76 | 22.64 | 35.62 | - |
| YUV | 128.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 158 | 0.32 | 0.15 | 0 | 0.38 | 208.24 | 0.21 | 0.52 |
| Hex | 6B | 86 | 9E | 20 | F | 0 | 26 | D0 | 15 | 34 |
| Octal | 153 | 206 | 236 | 40 | 17 | 0 | 46 | 320 | 25 | 64 |
| Binary | 1101011 | 10000110 | 10011110 | 100000 | 1111 | 0 | 100110 | 11010000 | 10101 | 110100 |
Color Harmonies of #6B869E
Complementary color
Monochromatic Colors of #6B869E
Black with #6B869E
Text Example
Text Example
White with #6B869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B869E; }
p { color: rgb(107,134,158); }
H1.HeaderClassName
{
color: #6B869E;
}
.AnyTagClassName
{
color: #6B869E;
}
</style>
background-color css
<style>
a { background-color: #6B869E; }
a { background-color: rgb(107,134,158); }
div.DivClassName
{
background-color: #6B869E;
}
.BgClassName
{
background-color: #6B869E;
}
</style>
border-color css
<style>
span { border-color: #6B869E; }
span { border-color: rgb(107,134,158); }
td.TdClassName
{
border-color: #6B869E;
}
.TagClassName
{
border-color: #6B869E;
}
</style>