Shades of Bermuda Grey #6891A1
Tints of Bermuda Grey #6891A1
RGB
CMYK
RGB Variations
Color information
#6891A1 (or 0x6891A1) is known color: Bermuda Grey. HEX triplet: 68, 91 and A1. RGB value is (104,145,161). Sum of RGB (Red+Green+Blue) = 104+145+161=410 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.37% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 161 (63.28% from 255 or 39.27% from 410); Max value from RGB is 161 - color contains mainly: blue. Hex color #6891A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6891A1 is #976E5E. Grayscale: #868686. Windows color (decimal): -9924191 or 10588520. OLE color: 10588520.
HSL color Cylindrical-coordinate representation of color #6891A1: hue angle of 196.84º 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 #6891A1 is Cyan = 0.35, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 145 | 161 | - |
| CMYK | 0.35 | 0.10 | 0 | 0.37 |
| HSL | 196.84º | 0.23% | 0.52% | - |
| HSV(B) | 196.84º | 0.35% | 0.63% | - |
| XYZ | 22.27 | 25.77 | 37.52 | - |
| YUV | 134.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 161 | 0.35 | 0.10 | 0 | 0.37 | 196.84 | 0.23 | 0.52 |
| Hex | 68 | 91 | A1 | 23 | A | 0 | 25 | C5 | 17 | 34 |
| Octal | 150 | 221 | 241 | 43 | 12 | 0 | 45 | 305 | 27 | 64 |
| Binary | 1101000 | 10010001 | 10100001 | 100011 | 1010 | 0 | 100101 | 11000101 | 10111 | 110100 |
Color Harmonies of #6891A1
Complementary color
Monochromatic Colors of #6891A1
Black with #6891A1
Text Example
Text Example
White with #6891A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6891A1; }
p { color: rgb(104,145,161); }
H1.HeaderClassName
{
color: #6891A1;
}
.AnyTagClassName
{
color: #6891A1;
}
</style>
background-color css
<style>
a { background-color: #6891A1; }
a { background-color: rgb(104,145,161); }
div.DivClassName
{
background-color: #6891A1;
}
.BgClassName
{
background-color: #6891A1;
}
</style>
border-color css
<style>
span { border-color: #6891A1; }
span { border-color: rgb(104,145,161); }
td.TdClassName
{
border-color: #6891A1;
}
.TagClassName
{
border-color: #6891A1;
}
</style>