Shades of Bermuda Grey #6F8799
Tints of Bermuda Grey #6F8799
RGB
CMYK
RGB Variations
Color information
#6F8799 (or 0x6F8799) is known color: Bermuda Grey. HEX triplet: 6F, 87 and 99. RGB value is (111,135,153). Sum of RGB (Red+Green+Blue) = 111+135+153=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F8799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8799 is #907866. Grayscale: #818181. Windows color (decimal): -9468007 or 10061679. OLE color: 10061679.
HSL color Cylindrical-coordinate representation of color #6F8799: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F8799 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
RGB | 111 | 135 | 153 | - |
CMYK | 0.27 | 0.12 | 0 | 0.4 |
HSL | 205.71º | 0.17% | 0.52% | - |
HSV(B) | 205.71º | 0.27% | 0.6% | - |
XYZ | 20.97 | 23.01 | 33.47 | - |
YUV | 129.88 | 141.05 | 114.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 135 | 153 | 0.27 | 0.12 | 0 | 0.4 | 205.71 | 0.17 | 0.52 |
Hex | 6F | 87 | 99 | 1B | C | 0 | 28 | CE | 11 | 34 |
Octal | 157 | 207 | 231 | 33 | 14 | 0 | 50 | 316 | 21 | 64 |
Binary | 1101111 | 10000111 | 10011001 | 11011 | 1100 | 0 | 101000 | 11001110 | 10001 | 110100 |
Color Harmonies of #6F8799
Complementary color
Monochromatic Colors of #6F8799
Black with #6F8799
Text Example
Text Example
White with #6F8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8799; }
p { color: rgb(111,135,153); }
H1.HeaderClassName
{
color: #6F8799;
}
.AnyTagClassName
{
color: #6F8799;
}
</style>
background-color css
<style>
a { background-color: #6F8799; }
a { background-color: rgb(111,135,153); }
div.DivClassName
{
background-color: #6F8799;
}
.BgClassName
{
background-color: #6F8799;
}
</style>
border-color css
<style>
span { border-color: #6F8799; }
span { border-color: rgb(111,135,153); }
td.TdClassName
{
border-color: #6F8799;
}
.TagClassName
{
border-color: #6F8799;
}
</style>