Shades of Bermuda Grey #6B8FAD
Tints of Bermuda Grey #6B8FAD
RGB
CMYK
RGB Variations
Color information
#6B8FAD (or 0x6B8FAD) is known color: Bermuda Grey. HEX triplet: 6B, 8F and AD. RGB value is (107,143,173). Sum of RGB (Red+Green+Blue) = 107+143+173=423 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.30% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 173 (67.97% from 255 or 40.90% from 423); Max value from RGB is 173 - color contains mainly: blue. Hex color #6B8FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8FAD is #947052. Grayscale: #878787. Windows color (decimal): -9728083 or 11374443. OLE color: 11374443.
HSL color Cylindrical-coordinate representation of color #6B8FAD: hue angle of 207.27º 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 #6B8FAD is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 107 | 143 | 173 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.32 |
| HSL | 207.27º | 0.29% | 0.55% | - |
| HSV(B) | 207.27º | 0.38% | 0.68% | - |
| XYZ | 23.43 | 25.79 | 43.28 | - |
| YUV | 135.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 143 | 173 | 0.38 | 0.17 | 0 | 0.32 | 207.27 | 0.29 | 0.55 |
| Hex | 6B | 8F | AD | 26 | 11 | 0 | 20 | CF | 1D | 37 |
| Octal | 153 | 217 | 255 | 46 | 21 | 0 | 40 | 317 | 35 | 67 |
| Binary | 1101011 | 10001111 | 10101101 | 100110 | 10001 | 0 | 100000 | 11001111 | 11101 | 110111 |
Color Harmonies of #6B8FAD
Complementary color
Monochromatic Colors of #6B8FAD
Black with #6B8FAD
Text Example
Text Example
White with #6B8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8FAD; }
p { color: rgb(107,143,173); }
H1.HeaderClassName
{
color: #6B8FAD;
}
.AnyTagClassName
{
color: #6B8FAD;
}
</style>
background-color css
<style>
a { background-color: #6B8FAD; }
a { background-color: rgb(107,143,173); }
div.DivClassName
{
background-color: #6B8FAD;
}
.BgClassName
{
background-color: #6B8FAD;
}
</style>
border-color css
<style>
span { border-color: #6B8FAD; }
span { border-color: rgb(107,143,173); }
td.TdClassName
{
border-color: #6B8FAD;
}
.TagClassName
{
border-color: #6B8FAD;
}
</style>