Shades of Bermuda Grey #6B8DA0
Tints of Bermuda Grey #6B8DA0
RGB
CMYK
RGB Variations
Color information
#6B8DA0 (or 0x6B8DA0) is known color: Bermuda Grey. HEX triplet: 6B, 8D and A0. RGB value is (107,141,160). Sum of RGB (Red+Green+Blue) = 107+141+160=408 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.23% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B8DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8DA0 is #94725F. Grayscale: #848484. Windows color (decimal): -9728608 or 10521963. OLE color: 10521963.
HSL color Cylindrical-coordinate representation of color #6B8DA0: hue angle of 201.51º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B8DA0 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 141 | 160 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.37 |
| HSL | 201.51º | 0.22% | 0.52% | - |
| HSV(B) | 201.51º | 0.33% | 0.63% | - |
| XYZ | 21.93 | 24.71 | 36.87 | - |
| YUV | 133 | 143.24 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 160 | 0.33 | 0.12 | 0 | 0.37 | 201.51 | 0.22 | 0.52 |
| Hex | 6B | 8D | A0 | 21 | C | 0 | 25 | CA | 16 | 34 |
| Octal | 153 | 215 | 240 | 41 | 14 | 0 | 45 | 312 | 26 | 64 |
| Binary | 1101011 | 10001101 | 10100000 | 100001 | 1100 | 0 | 100101 | 11001010 | 10110 | 110100 |
Color Harmonies of #6B8DA0
Complementary color
Monochromatic Colors of #6B8DA0
Black with #6B8DA0
Text Example
Text Example
White with #6B8DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8DA0; }
p { color: rgb(107,141,160); }
H1.HeaderClassName
{
color: #6B8DA0;
}
.AnyTagClassName
{
color: #6B8DA0;
}
</style>
background-color css
<style>
a { background-color: #6B8DA0; }
a { background-color: rgb(107,141,160); }
div.DivClassName
{
background-color: #6B8DA0;
}
.BgClassName
{
background-color: #6B8DA0;
}
</style>
border-color css
<style>
span { border-color: #6B8DA0; }
span { border-color: rgb(107,141,160); }
td.TdClassName
{
border-color: #6B8DA0;
}
.TagClassName
{
border-color: #6B8DA0;
}
</style>