Shades of Bermuda Grey #6C869E
Tints of Bermuda Grey #6C869E
RGB
CMYK
RGB Variations
Color information
#6C869E (or 0x6C869E) is known color: Bermuda Grey. HEX triplet: 6C, 86 and 9E. RGB value is (108,134,158). Sum of RGB (Red+Green+Blue) = 108+134+158=400 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 158 - color contains mainly: blue. Hex color #6C869E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C869E is #937961. Grayscale: #808080. Windows color (decimal): -9664866 or 10389100. OLE color: 10389100.
HSL color Cylindrical-coordinate representation of color #6C869E: hue angle of 208.8º degrees, saturation: 0.2, 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 #6C869E is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 134 | 158 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.38 |
| HSL | 208.8º | 0.2% | 0.52% | - |
| HSV(B) | 208.8º | 0.32% | 0.62% | - |
| XYZ | 20.88 | 22.71 | 35.63 | - |
| YUV | 128.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 134 | 158 | 0.32 | 0.15 | 0 | 0.38 | 208.8 | 0.2 | 0.52 |
| Hex | 6C | 86 | 9E | 20 | F | 0 | 26 | D1 | 14 | 34 |
| Octal | 154 | 206 | 236 | 40 | 17 | 0 | 46 | 321 | 24 | 64 |
| Binary | 1101100 | 10000110 | 10011110 | 100000 | 1111 | 0 | 100110 | 11010001 | 10100 | 110100 |
Color Harmonies of #6C869E
Complementary color
Monochromatic Colors of #6C869E
Black with #6C869E
Text Example
Text Example
White with #6C869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C869E; }
p { color: rgb(108,134,158); }
H1.HeaderClassName
{
color: #6C869E;
}
.AnyTagClassName
{
color: #6C869E;
}
</style>
background-color css
<style>
a { background-color: #6C869E; }
a { background-color: rgb(108,134,158); }
div.DivClassName
{
background-color: #6C869E;
}
.BgClassName
{
background-color: #6C869E;
}
</style>
border-color css
<style>
span { border-color: #6C869E; }
span { border-color: rgb(108,134,158); }
td.TdClassName
{
border-color: #6C869E;
}
.TagClassName
{
border-color: #6C869E;
}
</style>