Shades of Bermuda Grey #698DA2
Tints of Bermuda Grey #698DA2
RGB
CMYK
RGB Variations
Color information
#698DA2 (or 0x698DA2) is known color: Bermuda Grey. HEX triplet: 69, 8D and A2. RGB value is (105,141,162). Sum of RGB (Red+Green+Blue) = 105+141+162=408 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.74% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 162 (63.67% from 255 or 39.71% from 408); Max value from RGB is 162 - color contains mainly: blue. Hex color #698DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698DA2 is #96725D. Grayscale: #848484. Windows color (decimal): -9859678 or 10653033. OLE color: 10653033.
HSL color Cylindrical-coordinate representation of color #698DA2: hue angle of 202.11º 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 #698DA2 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 141 | 162 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.36 |
| HSL | 202.11º | 0.23% | 0.52% | - |
| HSV(B) | 202.11º | 0.35% | 0.64% | - |
| XYZ | 21.87 | 24.66 | 37.79 | - |
| YUV | 132.63 | 144.57 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 141 | 162 | 0.35 | 0.13 | 0 | 0.36 | 202.11 | 0.23 | 0.52 |
| Hex | 69 | 8D | A2 | 23 | D | 0 | 24 | CA | 17 | 34 |
| Octal | 151 | 215 | 242 | 43 | 15 | 0 | 44 | 312 | 27 | 64 |
| Binary | 1101001 | 10001101 | 10100010 | 100011 | 1101 | 0 | 100100 | 11001010 | 10111 | 110100 |
Color Harmonies of #698DA2
Complementary color
Monochromatic Colors of #698DA2
Black with #698DA2
Text Example
Text Example
White with #698DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698DA2; }
p { color: rgb(105,141,162); }
H1.HeaderClassName
{
color: #698DA2;
}
.AnyTagClassName
{
color: #698DA2;
}
</style>
background-color css
<style>
a { background-color: #698DA2; }
a { background-color: rgb(105,141,162); }
div.DivClassName
{
background-color: #698DA2;
}
.BgClassName
{
background-color: #698DA2;
}
</style>
border-color css
<style>
span { border-color: #698DA2; }
span { border-color: rgb(105,141,162); }
td.TdClassName
{
border-color: #698DA2;
}
.TagClassName
{
border-color: #698DA2;
}
</style>