Shades of Bermuda Grey #6C8A9D
Tints of Bermuda Grey #6C8A9D
RGB
CMYK
RGB Variations
Color information
#6C8A9D (or 0x6C8A9D) is known color: Bermuda Grey. HEX triplet: 6C, 8A and 9D. RGB value is (108,138,157). Sum of RGB (Red+Green+Blue) = 108+138+157=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #6C8A9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8A9D is #937562. Grayscale: #838383. Windows color (decimal): -9663843 or 10324588. OLE color: 10324588.
HSL color Cylindrical-coordinate representation of color #6C8A9D: hue angle of 203.27º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C8A9D is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 138 | 157 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.38 |
| HSL | 203.27º | 0.2% | 0.52% | - |
| HSV(B) | 203.27º | 0.31% | 0.62% | - |
| XYZ | 21.36 | 23.8 | 35.37 | - |
| YUV | 131.2 | 142.56 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 157 | 0.31 | 0.12 | 0 | 0.38 | 203.27 | 0.2 | 0.52 |
| Hex | 6C | 8A | 9D | 1F | C | 0 | 26 | CB | 14 | 34 |
| Octal | 154 | 212 | 235 | 37 | 14 | 0 | 46 | 313 | 24 | 64 |
| Binary | 1101100 | 10001010 | 10011101 | 11111 | 1100 | 0 | 100110 | 11001011 | 10100 | 110100 |
Color Harmonies of #6C8A9D
Complementary color
Monochromatic Colors of #6C8A9D
Black with #6C8A9D
Text Example
Text Example
White with #6C8A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A9D; }
p { color: rgb(108,138,157); }
H1.HeaderClassName
{
color: #6C8A9D;
}
.AnyTagClassName
{
color: #6C8A9D;
}
</style>
background-color css
<style>
a { background-color: #6C8A9D; }
a { background-color: rgb(108,138,157); }
div.DivClassName
{
background-color: #6C8A9D;
}
.BgClassName
{
background-color: #6C8A9D;
}
</style>
border-color css
<style>
span { border-color: #6C8A9D; }
span { border-color: rgb(108,138,157); }
td.TdClassName
{
border-color: #6C8A9D;
}
.TagClassName
{
border-color: #6C8A9D;
}
</style>