Shades of Bermuda Grey #658C9F
Tints of Bermuda Grey #658C9F
RGB
CMYK
RGB Variations
Color information
#658C9F (or 0x658C9F) is known color: Bermuda Grey. HEX triplet: 65, 8C and 9F. RGB value is (101,140,159). Sum of RGB (Red+Green+Blue) = 101+140+159=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #658C9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658C9F is #9A7360. Grayscale: #828282. Windows color (decimal): -10122081 or 10456165. OLE color: 10456165.
HSL color Cylindrical-coordinate representation of color #658C9F: hue angle of 199.66º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #658C9F is Cyan = 0.36, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 140 | 159 | - |
| CMYK | 0.36 | 0.12 | 0 | 0.38 |
| HSL | 199.66º | 0.23% | 0.51% | - |
| HSV(B) | 199.66º | 0.36% | 0.62% | - |
| XYZ | 21 | 24.03 | 36.33 | - |
| YUV | 130.51 | 144.08 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 140 | 159 | 0.36 | 0.12 | 0 | 0.38 | 199.66 | 0.23 | 0.51 |
| Hex | 65 | 8C | 9F | 24 | C | 0 | 26 | C8 | 17 | 33 |
| Octal | 145 | 214 | 237 | 44 | 14 | 0 | 46 | 310 | 27 | 63 |
| Binary | 1100101 | 10001100 | 10011111 | 100100 | 1100 | 0 | 100110 | 11001000 | 10111 | 110011 |
Color Harmonies of #658C9F
Complementary color
Monochromatic Colors of #658C9F
Black with #658C9F
Text Example
Text Example
White with #658C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658C9F; }
p { color: rgb(101,140,159); }
H1.HeaderClassName
{
color: #658C9F;
}
.AnyTagClassName
{
color: #658C9F;
}
</style>
background-color css
<style>
a { background-color: #658C9F; }
a { background-color: rgb(101,140,159); }
div.DivClassName
{
background-color: #658C9F;
}
.BgClassName
{
background-color: #658C9F;
}
</style>
border-color css
<style>
span { border-color: #658C9F; }
span { border-color: rgb(101,140,159); }
td.TdClassName
{
border-color: #658C9F;
}
.TagClassName
{
border-color: #658C9F;
}
</style>