Shades of Bermuda Grey #698BA3
Tints of Bermuda Grey #698BA3
RGB
CMYK
RGB Variations
Color information
#698BA3 (or 0x698BA3) is known color: Bermuda Grey. HEX triplet: 69, 8B and A3. RGB value is (105,139,163). Sum of RGB (Red+Green+Blue) = 105+139+163=407 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.80% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 163 - color contains mainly: blue. Hex color #698BA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698BA3 is #96745C. Grayscale: #838383. Windows color (decimal): -9860189 or 10718057. OLE color: 10718057.
HSL color Cylindrical-coordinate representation of color #698BA3: hue angle of 204.83º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #698BA3 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 139 | 163 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.36 |
| HSL | 204.83º | 0.24% | 0.53% | - |
| HSV(B) | 204.83º | 0.36% | 0.64% | - |
| XYZ | 21.67 | 24.11 | 38.16 | - |
| YUV | 131.57 | 145.74 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 139 | 163 | 0.36 | 0.15 | 0 | 0.36 | 204.83 | 0.24 | 0.53 |
| Hex | 69 | 8B | A3 | 24 | F | 0 | 24 | CD | 18 | 35 |
| Octal | 151 | 213 | 243 | 44 | 17 | 0 | 44 | 315 | 30 | 65 |
| Binary | 1101001 | 10001011 | 10100011 | 100100 | 1111 | 0 | 100100 | 11001101 | 11000 | 110101 |
Color Harmonies of #698BA3
Complementary color
Monochromatic Colors of #698BA3
Black with #698BA3
Text Example
Text Example
White with #698BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698BA3; }
p { color: rgb(105,139,163); }
H1.HeaderClassName
{
color: #698BA3;
}
.AnyTagClassName
{
color: #698BA3;
}
</style>
background-color css
<style>
a { background-color: #698BA3; }
a { background-color: rgb(105,139,163); }
div.DivClassName
{
background-color: #698BA3;
}
.BgClassName
{
background-color: #698BA3;
}
</style>
border-color css
<style>
span { border-color: #698BA3; }
span { border-color: rgb(105,139,163); }
td.TdClassName
{
border-color: #698BA3;
}
.TagClassName
{
border-color: #698BA3;
}
</style>