Shades of Bermuda Grey #6B8C9D
Tints of Bermuda Grey #6B8C9D
RGB
CMYK
RGB Variations
Color information
#6B8C9D (or 0x6B8C9D) is known color: Bermuda Grey. HEX triplet: 6B, 8C and 9D. RGB value is (107,140,157). Sum of RGB (Red+Green+Blue) = 107+140+157=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 140 (55.08% from 255 or 34.65% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B8C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8C9D is #947362. Grayscale: #838383. Windows color (decimal): -9728867 or 10325099. OLE color: 10325099.
HSL color Cylindrical-coordinate representation of color #6B8C9D: hue angle of 200.4º degrees, saturation: 0.2, 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 #6B8C9D is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 140 | 157 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.38 |
| HSL | 200.4º | 0.2% | 0.52% | - |
| HSV(B) | 200.4º | 0.32% | 0.62% | - |
| XYZ | 21.53 | 24.32 | 35.46 | - |
| YUV | 132.07 | 142.07 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 140 | 157 | 0.32 | 0.11 | 0 | 0.38 | 200.4 | 0.2 | 0.52 |
| Hex | 6B | 8C | 9D | 20 | B | 0 | 26 | C8 | 14 | 34 |
| Octal | 153 | 214 | 235 | 40 | 13 | 0 | 46 | 310 | 24 | 64 |
| Binary | 1101011 | 10001100 | 10011101 | 100000 | 1011 | 0 | 100110 | 11001000 | 10100 | 110100 |
Color Harmonies of #6B8C9D
Complementary color
Monochromatic Colors of #6B8C9D
Black with #6B8C9D
Text Example
Text Example
White with #6B8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8C9D; }
p { color: rgb(107,140,157); }
H1.HeaderClassName
{
color: #6B8C9D;
}
.AnyTagClassName
{
color: #6B8C9D;
}
</style>
background-color css
<style>
a { background-color: #6B8C9D; }
a { background-color: rgb(107,140,157); }
div.DivClassName
{
background-color: #6B8C9D;
}
.BgClassName
{
background-color: #6B8C9D;
}
</style>
border-color css
<style>
span { border-color: #6B8C9D; }
span { border-color: rgb(107,140,157); }
td.TdClassName
{
border-color: #6B8C9D;
}
.TagClassName
{
border-color: #6B8C9D;
}
</style>