Shades of Bermuda Grey #6983A2
Tints of Bermuda Grey #6983A2
RGB
CMYK
RGB Variations
Color information
#6983A2 (or 0x6983A2) is known color: Bermuda Grey. HEX triplet: 69, 83 and A2. RGB value is (105,131,162). Sum of RGB (Red+Green+Blue) = 105+131+162=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 162 - color contains mainly: blue. Hex color #6983A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6983A2 is #967C5D. Grayscale: #7E7E7E. Windows color (decimal): -9862238 or 10650473. OLE color: 10650473.
HSL color Cylindrical-coordinate representation of color #6983A2: hue angle of 212.63º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6983A2 is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 131 | 162 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.36 |
| HSL | 212.63º | 0.23% | 0.52% | - |
| HSV(B) | 212.63º | 0.35% | 0.64% | - |
| XYZ | 20.46 | 21.84 | 37.32 | - |
| YUV | 126.76 | 147.89 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 131 | 162 | 0.35 | 0.19 | 0 | 0.36 | 212.63 | 0.23 | 0.52 |
| Hex | 69 | 83 | A2 | 23 | 13 | 0 | 24 | D5 | 17 | 34 |
| Octal | 151 | 203 | 242 | 43 | 23 | 0 | 44 | 325 | 27 | 64 |
| Binary | 1101001 | 10000011 | 10100010 | 100011 | 10011 | 0 | 100100 | 11010101 | 10111 | 110100 |
Color Harmonies of #6983A2
Complementary color
Monochromatic Colors of #6983A2
Black with #6983A2
Text Example
Text Example
White with #6983A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6983A2; }
p { color: rgb(105,131,162); }
H1.HeaderClassName
{
color: #6983A2;
}
.AnyTagClassName
{
color: #6983A2;
}
</style>
background-color css
<style>
a { background-color: #6983A2; }
a { background-color: rgb(105,131,162); }
div.DivClassName
{
background-color: #6983A2;
}
.BgClassName
{
background-color: #6983A2;
}
</style>
border-color css
<style>
span { border-color: #6983A2; }
span { border-color: rgb(105,131,162); }
td.TdClassName
{
border-color: #6983A2;
}
.TagClassName
{
border-color: #6983A2;
}
</style>