Shades of Bermuda Grey #6B919E
Tints of Bermuda Grey #6B919E
RGB
CMYK
RGB Variations
Color information
#6B919E (or 0x6B919E) is known color: Bermuda Grey. HEX triplet: 6B, 91 and 9E. RGB value is (107,145,158). Sum of RGB (Red+Green+Blue) = 107+145+158=410 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.10% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 158 - color contains mainly: blue. Hex color #6B919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B919E is #946E61. Grayscale: #878787. Windows color (decimal): -9727586 or 10391915. OLE color: 10391915.
HSL color Cylindrical-coordinate representation of color #6B919E: hue angle of 195.29º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B919E is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 145 | 158 | - |
| CMYK | 0.32 | 0.08 | 0 | 0.38 |
| HSL | 195.29º | 0.21% | 0.52% | - |
| HSV(B) | 195.29º | 0.32% | 0.62% | - |
| XYZ | 22.36 | 25.85 | 36.16 | - |
| YUV | 135.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 158 | 0.32 | 0.08 | 0 | 0.38 | 195.29 | 0.21 | 0.52 |
| Hex | 6B | 91 | 9E | 20 | 8 | 0 | 26 | C3 | 15 | 34 |
| Octal | 153 | 221 | 236 | 40 | 10 | 0 | 46 | 303 | 25 | 64 |
| Binary | 1101011 | 10010001 | 10011110 | 100000 | 1000 | 0 | 100110 | 11000011 | 10101 | 110100 |
Color Harmonies of #6B919E
Complementary color
Monochromatic Colors of #6B919E
Black with #6B919E
Text Example
Text Example
White with #6B919E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B919E; }
p { color: rgb(107,145,158); }
H1.HeaderClassName
{
color: #6B919E;
}
.AnyTagClassName
{
color: #6B919E;
}
</style>
background-color css
<style>
a { background-color: #6B919E; }
a { background-color: rgb(107,145,158); }
div.DivClassName
{
background-color: #6B919E;
}
.BgClassName
{
background-color: #6B919E;
}
</style>
border-color css
<style>
span { border-color: #6B919E; }
span { border-color: rgb(107,145,158); }
td.TdClassName
{
border-color: #6B919E;
}
.TagClassName
{
border-color: #6B919E;
}
</style>