Shades of Bermuda Grey #6C8FAC
Tints of Bermuda Grey #6C8FAC
RGB
CMYK
RGB Variations
Color information
#6C8FAC (or 0x6C8FAC) is known color: Bermuda Grey. HEX triplet: 6C, 8F and AC. RGB value is (108,143,172). Sum of RGB (Red+Green+Blue) = 108+143+172=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #6C8FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8FAC is #937053. Grayscale: #878787. Windows color (decimal): -9662548 or 11308908. OLE color: 11308908.
HSL color Cylindrical-coordinate representation of color #6C8FAC: hue angle of 207.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C8FAC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 108 | 143 | 172 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.33 |
| HSL | 207.19º | 0.28% | 0.55% | - |
| HSV(B) | 207.19º | 0.37% | 0.67% | - |
| XYZ | 23.45 | 25.81 | 42.78 | - |
| YUV | 135.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 172 | 0.37 | 0.17 | 0 | 0.33 | 207.19 | 0.28 | 0.55 |
| Hex | 6C | 8F | AC | 25 | 11 | 0 | 21 | CF | 1C | 37 |
| Octal | 154 | 217 | 254 | 45 | 21 | 0 | 41 | 317 | 34 | 67 |
| Binary | 1101100 | 10001111 | 10101100 | 100101 | 10001 | 0 | 100001 | 11001111 | 11100 | 110111 |
Color Harmonies of #6C8FAC
Complementary color
Monochromatic Colors of #6C8FAC
Black with #6C8FAC
Text Example
Text Example
White with #6C8FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8FAC; }
p { color: rgb(108,143,172); }
H1.HeaderClassName
{
color: #6C8FAC;
}
.AnyTagClassName
{
color: #6C8FAC;
}
</style>
background-color css
<style>
a { background-color: #6C8FAC; }
a { background-color: rgb(108,143,172); }
div.DivClassName
{
background-color: #6C8FAC;
}
.BgClassName
{
background-color: #6C8FAC;
}
</style>
border-color css
<style>
span { border-color: #6C8FAC; }
span { border-color: rgb(108,143,172); }
td.TdClassName
{
border-color: #6C8FAC;
}
.TagClassName
{
border-color: #6C8FAC;
}
</style>