Shades of Bermuda Grey #698C9F
Tints of Bermuda Grey #698C9F
RGB
CMYK
RGB Variations
Color information
#698C9F (or 0x698C9F) is known color: Bermuda Grey. HEX triplet: 69, 8C and 9F. RGB value is (105,140,159). Sum of RGB (Red+Green+Blue) = 105+140+159=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #698C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698C9F is #967360. Grayscale: #838383. Windows color (decimal): -9859937 or 10456169. OLE color: 10456169.
HSL color Cylindrical-coordinate representation of color #698C9F: hue angle of 201.11º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #698C9F is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 105 | 140 | 159 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.38 |
| HSL | 201.11º | 0.22% | 0.52% | - |
| HSV(B) | 201.11º | 0.34% | 0.62% | - |
| XYZ | 21.46 | 24.26 | 36.35 | - |
| YUV | 131.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 140 | 159 | 0.34 | 0.12 | 0 | 0.38 | 201.11 | 0.22 | 0.52 |
| Hex | 69 | 8C | 9F | 22 | C | 0 | 26 | C9 | 16 | 34 |
| Octal | 151 | 214 | 237 | 42 | 14 | 0 | 46 | 311 | 26 | 64 |
| Binary | 1101001 | 10001100 | 10011111 | 100010 | 1100 | 0 | 100110 | 11001001 | 10110 | 110100 |
Color Harmonies of #698C9F
Complementary color
Monochromatic Colors of #698C9F
Black with #698C9F
Text Example
Text Example
White with #698C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698C9F; }
p { color: rgb(105,140,159); }
H1.HeaderClassName
{
color: #698C9F;
}
.AnyTagClassName
{
color: #698C9F;
}
</style>
background-color css
<style>
a { background-color: #698C9F; }
a { background-color: rgb(105,140,159); }
div.DivClassName
{
background-color: #698C9F;
}
.BgClassName
{
background-color: #698C9F;
}
</style>
border-color css
<style>
span { border-color: #698C9F; }
span { border-color: rgb(105,140,159); }
td.TdClassName
{
border-color: #698C9F;
}
.TagClassName
{
border-color: #698C9F;
}
</style>