Shades of Bermuda Grey #68899B
Tints of Bermuda Grey #68899B
RGB
CMYK
RGB Variations
Color information
#68899B (or 0x68899B) is known color: Bermuda Grey. HEX triplet: 68, 89 and 9B. RGB value is (104,137,155). Sum of RGB (Red+Green+Blue) = 104+137+155=396 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.26% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 155 (60.94% from 255 or 39.14% from 396); Max value from RGB is 155 - color contains mainly: blue. Hex color #68899B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68899B is #977664. Grayscale: #818181. Windows color (decimal): -9926245 or 10193256. OLE color: 10193256.
HSL color Cylindrical-coordinate representation of color #68899B: 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 #68899B is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 137 | 155 | - |
| 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.57 | 23.2 | 34.4 | - |
| YUV | 129.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 137 | 155 | 0.33 | 0.12 | 0 | 0.39 | 201.18 | 0.2 | 0.51 |
| Hex | 68 | 89 | 9B | 21 | C | 0 | 27 | C9 | 14 | 33 |
| Octal | 150 | 211 | 233 | 41 | 14 | 0 | 47 | 311 | 24 | 63 |
| Binary | 1101000 | 10001001 | 10011011 | 100001 | 1100 | 0 | 100111 | 11001001 | 10100 | 110011 |
Color Harmonies of #68899B
Complementary color
Monochromatic Colors of #68899B
Black with #68899B
Text Example
Text Example
White with #68899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68899B; }
p { color: rgb(104,137,155); }
H1.HeaderClassName
{
color: #68899B;
}
.AnyTagClassName
{
color: #68899B;
}
</style>
background-color css
<style>
a { background-color: #68899B; }
a { background-color: rgb(104,137,155); }
div.DivClassName
{
background-color: #68899B;
}
.BgClassName
{
background-color: #68899B;
}
</style>
border-color css
<style>
span { border-color: #68899B; }
span { border-color: rgb(104,137,155); }
td.TdClassName
{
border-color: #68899B;
}
.TagClassName
{
border-color: #68899B;
}
</style>