Shades of Bermuda Grey #6891A0
Tints of Bermuda Grey #6891A0
RGB
CMYK
RGB Variations
Color information
#6891A0 (or 0x6891A0) is known color: Bermuda Grey. HEX triplet: 68, 91 and A0. RGB value is (104,145,160). Sum of RGB (Red+Green+Blue) = 104+145+160=409 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.43% from 409); Green value is 145 (57.03% from 255 or 35.45% from 409); Blue value is 160 (62.89% from 255 or 39.12% from 409); Max value from RGB is 160 - color contains mainly: blue. Hex color #6891A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6891A0 is #976E5F. Grayscale: #868686. Windows color (decimal): -9924192 or 10522984. OLE color: 10522984.
HSL color Cylindrical-coordinate representation of color #6891A0: hue angle of 196.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6891A0 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 145 | 160 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.37 |
| HSL | 196.07º | 0.23% | 0.52% | - |
| HSV(B) | 196.07º | 0.35% | 0.63% | - |
| XYZ | 22.18 | 25.73 | 37.06 | - |
| YUV | 134.45 | 142.42 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 160 | 0.35 | 0.09 | 0 | 0.37 | 196.07 | 0.23 | 0.52 |
| Hex | 68 | 91 | A0 | 23 | 9 | 0 | 25 | C4 | 17 | 34 |
| Octal | 150 | 221 | 240 | 43 | 11 | 0 | 45 | 304 | 27 | 64 |
| Binary | 1101000 | 10010001 | 10100000 | 100011 | 1001 | 0 | 100101 | 11000100 | 10111 | 110100 |
Color Harmonies of #6891A0
Complementary color
Monochromatic Colors of #6891A0
Black with #6891A0
Text Example
Text Example
White with #6891A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6891A0; }
p { color: rgb(104,145,160); }
H1.HeaderClassName
{
color: #6891A0;
}
.AnyTagClassName
{
color: #6891A0;
}
</style>
background-color css
<style>
a { background-color: #6891A0; }
a { background-color: rgb(104,145,160); }
div.DivClassName
{
background-color: #6891A0;
}
.BgClassName
{
background-color: #6891A0;
}
</style>
border-color css
<style>
span { border-color: #6891A0; }
span { border-color: rgb(104,145,160); }
td.TdClassName
{
border-color: #6891A0;
}
.TagClassName
{
border-color: #6891A0;
}
</style>