Shades of Bermuda Grey #6B95AB
Tints of Bermuda Grey #6B95AB
RGB
CMYK
RGB Variations
Color information
#6B95AB (or 0x6B95AB) is known color: Bermuda Grey. HEX triplet: 6B, 95 and AB. RGB value is (107,149,171). Sum of RGB (Red+Green+Blue) = 107+149+171=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B95AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B95AB is #946A54. Grayscale: #8A8A8A. Windows color (decimal): -9726549 or 11244907. OLE color: 11244907.
HSL color Cylindrical-coordinate representation of color #6B95AB: hue angle of 200.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B95AB is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 107 | 149 | 171 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.33 |
| HSL | 200.63º | 0.28% | 0.55% | - |
| HSV(B) | 200.63º | 0.37% | 0.67% | - |
| XYZ | 24.16 | 27.56 | 42.57 | - |
| YUV | 138.95 | 146.09 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 149 | 171 | 0.37 | 0.13 | 0 | 0.33 | 200.63 | 0.28 | 0.55 |
| Hex | 6B | 95 | AB | 25 | D | 0 | 21 | C9 | 1C | 37 |
| Octal | 153 | 225 | 253 | 45 | 15 | 0 | 41 | 311 | 34 | 67 |
| Binary | 1101011 | 10010101 | 10101011 | 100101 | 1101 | 0 | 100001 | 11001001 | 11100 | 110111 |
Color Harmonies of #6B95AB
Complementary color
Monochromatic Colors of #6B95AB
Black with #6B95AB
Text Example
Text Example
White with #6B95AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B95AB; }
p { color: rgb(107,149,171); }
H1.HeaderClassName
{
color: #6B95AB;
}
.AnyTagClassName
{
color: #6B95AB;
}
</style>
background-color css
<style>
a { background-color: #6B95AB; }
a { background-color: rgb(107,149,171); }
div.DivClassName
{
background-color: #6B95AB;
}
.BgClassName
{
background-color: #6B95AB;
}
</style>
border-color css
<style>
span { border-color: #6B95AB; }
span { border-color: rgb(107,149,171); }
td.TdClassName
{
border-color: #6B95AB;
}
.TagClassName
{
border-color: #6B95AB;
}
</style>