Shades of Bermuda Grey #6A8B9D
Tints of Bermuda Grey #6A8B9D
RGB
CMYK
RGB Variations
Color information
#6A8B9D (or 0x6A8B9D) is known color: Bermuda Grey. HEX triplet: 6A, 8B and 9D. RGB value is (106,139,157). Sum of RGB (Red+Green+Blue) = 106+139+157=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #6A8B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8B9D is #957462. Grayscale: #838383. Windows color (decimal): -9794659 or 10324842. OLE color: 10324842.
HSL color Cylindrical-coordinate representation of color #6A8B9D: hue angle of 201.18º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A8B9D is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 139 | 157 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.38 |
| HSL | 201.18º | 0.21% | 0.52% | - |
| HSV(B) | 201.18º | 0.32% | 0.62% | - |
| XYZ | 21.26 | 23.96 | 35.4 | - |
| YUV | 131.19 | 142.57 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 157 | 0.32 | 0.11 | 0 | 0.38 | 201.18 | 0.21 | 0.52 |
| Hex | 6A | 8B | 9D | 20 | B | 0 | 26 | C9 | 15 | 34 |
| Octal | 152 | 213 | 235 | 40 | 13 | 0 | 46 | 311 | 25 | 64 |
| Binary | 1101010 | 10001011 | 10011101 | 100000 | 1011 | 0 | 100110 | 11001001 | 10101 | 110100 |
Color Harmonies of #6A8B9D
Complementary color
Monochromatic Colors of #6A8B9D
Black with #6A8B9D
Text Example
Text Example
White with #6A8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B9D; }
p { color: rgb(106,139,157); }
H1.HeaderClassName
{
color: #6A8B9D;
}
.AnyTagClassName
{
color: #6A8B9D;
}
</style>
background-color css
<style>
a { background-color: #6A8B9D; }
a { background-color: rgb(106,139,157); }
div.DivClassName
{
background-color: #6A8B9D;
}
.BgClassName
{
background-color: #6A8B9D;
}
</style>
border-color css
<style>
span { border-color: #6A8B9D; }
span { border-color: rgb(106,139,157); }
td.TdClassName
{
border-color: #6A8B9D;
}
.TagClassName
{
border-color: #6A8B9D;
}
</style>