Shades of Bermuda Grey #6C8FAE
Tints of Bermuda Grey #6C8FAE
RGB
CMYK
RGB Variations
Color information
#6C8FAE (or 0x6C8FAE) is known color: Bermuda Grey. HEX triplet: 6C, 8F and AE. RGB value is (108,143,174). Sum of RGB (Red+Green+Blue) = 108+143+174=425 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.41% from 425); Green value is 143 (56.25% from 255 or 33.65% from 425); Blue value is 174 (68.36% from 255 or 40.94% from 425); Max value from RGB is 174 - color contains mainly: blue. Hex color #6C8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8FAE is #937051. Grayscale: #878787. Windows color (decimal): -9662546 or 11439980. OLE color: 11439980.
HSL color Cylindrical-coordinate representation of color #6C8FAE: hue angle of 208.18º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6C8FAE is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 108 | 143 | 174 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.32 |
| HSL | 208.18º | 0.29% | 0.55% | - |
| HSV(B) | 208.18º | 0.38% | 0.68% | - |
| XYZ | 23.65 | 25.89 | 43.8 | - |
| YUV | 136.07 | 149.4 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 143 | 174 | 0.38 | 0.18 | 0 | 0.32 | 208.18 | 0.29 | 0.55 |
| Hex | 6C | 8F | AE | 26 | 12 | 0 | 20 | D0 | 1D | 37 |
| Octal | 154 | 217 | 256 | 46 | 22 | 0 | 40 | 320 | 35 | 67 |
| Binary | 1101100 | 10001111 | 10101110 | 100110 | 10010 | 0 | 100000 | 11010000 | 11101 | 110111 |
Color Harmonies of #6C8FAE
Complementary color
Monochromatic Colors of #6C8FAE
Black with #6C8FAE
Text Example
Text Example
White with #6C8FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8FAE; }
p { color: rgb(108,143,174); }
H1.HeaderClassName
{
color: #6C8FAE;
}
.AnyTagClassName
{
color: #6C8FAE;
}
</style>
background-color css
<style>
a { background-color: #6C8FAE; }
a { background-color: rgb(108,143,174); }
div.DivClassName
{
background-color: #6C8FAE;
}
.BgClassName
{
background-color: #6C8FAE;
}
</style>
border-color css
<style>
span { border-color: #6C8FAE; }
span { border-color: rgb(108,143,174); }
td.TdClassName
{
border-color: #6C8FAE;
}
.TagClassName
{
border-color: #6C8FAE;
}
</style>