Shades of Bermuda Grey #6B8B9D
Tints of Bermuda Grey #6B8B9D
RGB
CMYK
RGB Variations
Color information
#6B8B9D (or 0x6B8B9D) is known color: Bermuda Grey. HEX triplet: 6B, 8B and 9D. RGB value is (107,139,157). Sum of RGB (Red+Green+Blue) = 107+139+157=403 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.55% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 157 (61.72% from 255 or 38.96% from 403); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B8B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B9D is #947462. Grayscale: #838383. Windows color (decimal): -9729123 or 10324843. OLE color: 10324843.
HSL color Cylindrical-coordinate representation of color #6B8B9D: hue angle of 201.6º 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 #6B8B9D is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 139 | 157 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.38 |
| HSL | 201.6º | 0.2% | 0.52% | - |
| HSV(B) | 201.6º | 0.32% | 0.62% | - |
| XYZ | 21.38 | 24.03 | 35.41 | - |
| YUV | 131.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 157 | 0.32 | 0.11 | 0 | 0.38 | 201.6 | 0.2 | 0.52 |
| Hex | 6B | 8B | 9D | 20 | B | 0 | 26 | CA | 14 | 34 |
| Octal | 153 | 213 | 235 | 40 | 13 | 0 | 46 | 312 | 24 | 64 |
| Binary | 1101011 | 10001011 | 10011101 | 100000 | 1011 | 0 | 100110 | 11001010 | 10100 | 110100 |
Color Harmonies of #6B8B9D
Complementary color
Monochromatic Colors of #6B8B9D
Black with #6B8B9D
Text Example
Text Example
White with #6B8B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B9D; }
p { color: rgb(107,139,157); }
H1.HeaderClassName
{
color: #6B8B9D;
}
.AnyTagClassName
{
color: #6B8B9D;
}
</style>
background-color css
<style>
a { background-color: #6B8B9D; }
a { background-color: rgb(107,139,157); }
div.DivClassName
{
background-color: #6B8B9D;
}
.BgClassName
{
background-color: #6B8B9D;
}
</style>
border-color css
<style>
span { border-color: #6B8B9D; }
span { border-color: rgb(107,139,157); }
td.TdClassName
{
border-color: #6B8B9D;
}
.TagClassName
{
border-color: #6B8B9D;
}
</style>