Shades of Bermuda Grey #67869C
Tints of Bermuda Grey #67869C
RGB
CMYK
RGB Variations
Color information
#67869C (or 0x67869C) is known color: Bermuda Grey. HEX triplet: 67, 86 and 9C. RGB value is (103,134,156). Sum of RGB (Red+Green+Blue) = 103+134+156=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 156 - color contains mainly: blue. Hex color #67869C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67869C is #987963. Grayscale: #7F7F7F. Windows color (decimal): -9992548 or 10258023. OLE color: 10258023.
HSL color Cylindrical-coordinate representation of color #67869C: hue angle of 204.91º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67869C is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 134 | 156 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.39 |
| HSL | 204.91º | 0.21% | 0.51% | - |
| HSV(B) | 204.91º | 0.34% | 0.61% | - |
| XYZ | 20.12 | 22.33 | 34.7 | - |
| YUV | 127.24 | 144.23 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 134 | 156 | 0.34 | 0.14 | 0 | 0.39 | 204.91 | 0.21 | 0.51 |
| Hex | 67 | 86 | 9C | 22 | E | 0 | 27 | CD | 15 | 33 |
| Octal | 147 | 206 | 234 | 42 | 16 | 0 | 47 | 315 | 25 | 63 |
| Binary | 1100111 | 10000110 | 10011100 | 100010 | 1110 | 0 | 100111 | 11001101 | 10101 | 110011 |
Color Harmonies of #67869C
Complementary color
Monochromatic Colors of #67869C
Black with #67869C
Text Example
Text Example
White with #67869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67869C; }
p { color: rgb(103,134,156); }
H1.HeaderClassName
{
color: #67869C;
}
.AnyTagClassName
{
color: #67869C;
}
</style>
background-color css
<style>
a { background-color: #67869C; }
a { background-color: rgb(103,134,156); }
div.DivClassName
{
background-color: #67869C;
}
.BgClassName
{
background-color: #67869C;
}
</style>
border-color css
<style>
span { border-color: #67869C; }
span { border-color: rgb(103,134,156); }
td.TdClassName
{
border-color: #67869C;
}
.TagClassName
{
border-color: #67869C;
}
</style>