Shades of Bermuda Grey #698A9C
Tints of Bermuda Grey #698A9C
RGB
CMYK
RGB Variations
Color information
#698A9C (or 0x698A9C) is known color: Bermuda Grey. HEX triplet: 69, 8A and 9C. RGB value is (105,138,156). Sum of RGB (Red+Green+Blue) = 105+138+156=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 138 (54.30% from 255 or 34.59% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #698A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698A9C is #967563. Grayscale: #828282. Windows color (decimal): -9860452 or 10259049. OLE color: 10259049.
HSL color Cylindrical-coordinate representation of color #698A9C: hue angle of 201.18º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #698A9C is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 138 | 156 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.39 |
| HSL | 201.18º | 0.2% | 0.51% | - |
| HSV(B) | 201.18º | 0.33% | 0.61% | - |
| XYZ | 20.91 | 23.58 | 34.9 | - |
| YUV | 130.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 156 | 0.33 | 0.12 | 0 | 0.39 | 201.18 | 0.2 | 0.51 |
| Hex | 69 | 8A | 9C | 21 | C | 0 | 27 | C9 | 14 | 33 |
| Octal | 151 | 212 | 234 | 41 | 14 | 0 | 47 | 311 | 24 | 63 |
| Binary | 1101001 | 10001010 | 10011100 | 100001 | 1100 | 0 | 100111 | 11001001 | 10100 | 110011 |
Color Harmonies of #698A9C
Complementary color
Monochromatic Colors of #698A9C
Black with #698A9C
Text Example
Text Example
White with #698A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A9C; }
p { color: rgb(105,138,156); }
H1.HeaderClassName
{
color: #698A9C;
}
.AnyTagClassName
{
color: #698A9C;
}
</style>
background-color css
<style>
a { background-color: #698A9C; }
a { background-color: rgb(105,138,156); }
div.DivClassName
{
background-color: #698A9C;
}
.BgClassName
{
background-color: #698A9C;
}
</style>
border-color css
<style>
span { border-color: #698A9C; }
span { border-color: rgb(105,138,156); }
td.TdClassName
{
border-color: #698A9C;
}
.TagClassName
{
border-color: #698A9C;
}
</style>