Shades of Bermuda Grey #6A939F
Tints of Bermuda Grey #6A939F
RGB
CMYK
RGB Variations
Color information
#6A939F (or 0x6A939F) is known color: Bermuda Grey. HEX triplet: 6A, 93 and 9F. RGB value is (106,147,159). Sum of RGB (Red+Green+Blue) = 106+147+159=412 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.73% from 412); Green value is 147 (57.81% from 255 or 35.68% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A939F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A939F is #956C60. Grayscale: #888888. Windows color (decimal): -9792609 or 10457962. OLE color: 10457962.
HSL color Cylindrical-coordinate representation of color #6A939F: hue angle of 193.58º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A939F is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 147 | 159 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.38 |
| HSL | 193.58º | 0.22% | 0.52% | - |
| HSV(B) | 193.58º | 0.33% | 0.62% | - |
| XYZ | 22.64 | 26.43 | 36.71 | - |
| YUV | 136.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 159 | 0.33 | 0.08 | 0 | 0.38 | 193.58 | 0.22 | 0.52 |
| Hex | 6A | 93 | 9F | 21 | 8 | 0 | 26 | C2 | 16 | 34 |
| Octal | 152 | 223 | 237 | 41 | 10 | 0 | 46 | 302 | 26 | 64 |
| Binary | 1101010 | 10010011 | 10011111 | 100001 | 1000 | 0 | 100110 | 11000010 | 10110 | 110100 |
Color Harmonies of #6A939F
Complementary color
Monochromatic Colors of #6A939F
Black with #6A939F
Text Example
Text Example
White with #6A939F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A939F; }
p { color: rgb(106,147,159); }
H1.HeaderClassName
{
color: #6A939F;
}
.AnyTagClassName
{
color: #6A939F;
}
</style>
background-color css
<style>
a { background-color: #6A939F; }
a { background-color: rgb(106,147,159); }
div.DivClassName
{
background-color: #6A939F;
}
.BgClassName
{
background-color: #6A939F;
}
</style>
border-color css
<style>
span { border-color: #6A939F; }
span { border-color: rgb(106,147,159); }
td.TdClassName
{
border-color: #6A939F;
}
.TagClassName
{
border-color: #6A939F;
}
</style>