Shades of Bermuda Grey #6F8DAC
Tints of Bermuda Grey #6F8DAC
RGB
CMYK
RGB Variations
Color information
#6F8DAC (or 0x6F8DAC) is known color: Bermuda Grey. HEX triplet: 6F, 8D and AC. RGB value is (111,141,172). Sum of RGB (Red+Green+Blue) = 111+141+172=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #6F8DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8DAC is #907253. Grayscale: #878787. Windows color (decimal): -9466452 or 11308399. OLE color: 11308399.
HSL color Cylindrical-coordinate representation of color #6F8DAC: hue angle of 210.49º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F8DAC is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 141 | 172 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.33 |
| HSL | 210.49º | 0.27% | 0.55% | - |
| HSV(B) | 210.49º | 0.35% | 0.67% | - |
| XYZ | 23.53 | 25.41 | 42.69 | - |
| YUV | 135.56 | 148.56 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 141 | 172 | 0.35 | 0.18 | 0 | 0.33 | 210.49 | 0.27 | 0.55 |
| Hex | 6F | 8D | AC | 23 | 12 | 0 | 21 | D2 | 1B | 37 |
| Octal | 157 | 215 | 254 | 43 | 22 | 0 | 41 | 322 | 33 | 67 |
| Binary | 1101111 | 10001101 | 10101100 | 100011 | 10010 | 0 | 100001 | 11010010 | 11011 | 110111 |
Color Harmonies of #6F8DAC
Complementary color
Monochromatic Colors of #6F8DAC
Black with #6F8DAC
Text Example
Text Example
White with #6F8DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8DAC; }
p { color: rgb(111,141,172); }
H1.HeaderClassName
{
color: #6F8DAC;
}
.AnyTagClassName
{
color: #6F8DAC;
}
</style>
background-color css
<style>
a { background-color: #6F8DAC; }
a { background-color: rgb(111,141,172); }
div.DivClassName
{
background-color: #6F8DAC;
}
.BgClassName
{
background-color: #6F8DAC;
}
</style>
border-color css
<style>
span { border-color: #6F8DAC; }
span { border-color: rgb(111,141,172); }
td.TdClassName
{
border-color: #6F8DAC;
}
.TagClassName
{
border-color: #6F8DAC;
}
</style>