Shades of Bermuda Grey #6882A1
Tints of Bermuda Grey #6882A1
RGB
CMYK
RGB Variations
Color information
#6882A1 (or 0x6882A1) is known color: Bermuda Grey. HEX triplet: 68, 82 and A1. RGB value is (104,130,161). Sum of RGB (Red+Green+Blue) = 104+130+161=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 161 - color contains mainly: blue. Hex color #6882A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6882A1 is #977D5E. Grayscale: #7D7D7D. Windows color (decimal): -9928031 or 10584680. OLE color: 10584680.
HSL color Cylindrical-coordinate representation of color #6882A1: hue angle of 212.63º 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 #6882A1 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 130 | 161 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.37 |
| HSL | 212.63º | 0.23% | 0.52% | - |
| HSV(B) | 212.63º | 0.35% | 0.63% | - |
| XYZ | 20.12 | 21.48 | 36.8 | - |
| YUV | 125.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 161 | 0.35 | 0.19 | 0 | 0.37 | 212.63 | 0.23 | 0.52 |
| Hex | 68 | 82 | A1 | 23 | 13 | 0 | 25 | D5 | 17 | 34 |
| Octal | 150 | 202 | 241 | 43 | 23 | 0 | 45 | 325 | 27 | 64 |
| Binary | 1101000 | 10000010 | 10100001 | 100011 | 10011 | 0 | 100101 | 11010101 | 10111 | 110100 |
Color Harmonies of #6882A1
Complementary color
Monochromatic Colors of #6882A1
Black with #6882A1
Text Example
Text Example
White with #6882A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6882A1; }
p { color: rgb(104,130,161); }
H1.HeaderClassName
{
color: #6882A1;
}
.AnyTagClassName
{
color: #6882A1;
}
</style>
background-color css
<style>
a { background-color: #6882A1; }
a { background-color: rgb(104,130,161); }
div.DivClassName
{
background-color: #6882A1;
}
.BgClassName
{
background-color: #6882A1;
}
</style>
border-color css
<style>
span { border-color: #6882A1; }
span { border-color: rgb(104,130,161); }
td.TdClassName
{
border-color: #6882A1;
}
.TagClassName
{
border-color: #6882A1;
}
</style>