Shades of Bermuda Grey #6B919F
Tints of Bermuda Grey #6B919F
RGB
CMYK
RGB Variations
Color information
#6B919F (or 0x6B919F) is known color: Bermuda Grey. HEX triplet: 6B, 91 and 9F. RGB value is (107,145,159). Sum of RGB (Red+Green+Blue) = 107+145+159=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B919F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B919F is #946E60. Grayscale: #878787. Windows color (decimal): -9727585 or 10457451. OLE color: 10457451.
HSL color Cylindrical-coordinate representation of color #6B919F: hue angle of 196.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B919F is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 145 | 159 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.38 |
| HSL | 196.15º | 0.21% | 0.52% | - |
| HSV(B) | 196.15º | 0.33% | 0.62% | - |
| XYZ | 22.45 | 25.88 | 36.61 | - |
| YUV | 135.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 159 | 0.33 | 0.09 | 0 | 0.38 | 196.15 | 0.21 | 0.52 |
| Hex | 6B | 91 | 9F | 21 | 9 | 0 | 26 | C4 | 15 | 34 |
| Octal | 153 | 221 | 237 | 41 | 11 | 0 | 46 | 304 | 25 | 64 |
| Binary | 1101011 | 10010001 | 10011111 | 100001 | 1001 | 0 | 100110 | 11000100 | 10101 | 110100 |
Color Harmonies of #6B919F
Complementary color
Monochromatic Colors of #6B919F
Black with #6B919F
Text Example
Text Example
White with #6B919F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B919F; }
p { color: rgb(107,145,159); }
H1.HeaderClassName
{
color: #6B919F;
}
.AnyTagClassName
{
color: #6B919F;
}
</style>
background-color css
<style>
a { background-color: #6B919F; }
a { background-color: rgb(107,145,159); }
div.DivClassName
{
background-color: #6B919F;
}
.BgClassName
{
background-color: #6B919F;
}
</style>
border-color css
<style>
span { border-color: #6B919F; }
span { border-color: rgb(107,145,159); }
td.TdClassName
{
border-color: #6B919F;
}
.TagClassName
{
border-color: #6B919F;
}
</style>