Shades of Breaker Bay #60807E
Tints of Breaker Bay #60807E
RGB
CMYK
RGB Variations
Color information
#60807E (or 0x60807E) is known color: Breaker Bay. HEX triplet: 60, 80 and 7E. RGB value is (96,128,126). Sum of RGB (Red+Green+Blue) = 96+128+126=350 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.43% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 128 - color contains mainly: green. Hex color #60807E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60807E is #9F7F81. Grayscale: #767676. Windows color (decimal): -10452866 or 8290400. OLE color: 8290400.
HSL color Cylindrical-coordinate representation of color #60807E: hue angle of 176.25º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #60807E is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 96 | 128 | 126 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.50 |
| HSL | 176.25º | 0.14% | 0.44% | - |
| HSV(B) | 176.25º | 0.25% | 0.5% | - |
| XYZ | 16.31 | 19.43 | 22.63 | - |
| YUV | 118.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 126 | 0.25 | 0 | 0.02 | 0.50 | 176.25 | 0.14 | 0.44 |
| Hex | 60 | 80 | 7E | 19 | 0 | 2 | 32 | B0 | E | 2C |
| Octal | 140 | 200 | 176 | 31 | 0 | 2 | 62 | 260 | 16 | 54 |
| Binary | 1100000 | 10000000 | 1111110 | 11001 | 0 | 10 | 110010 | 10110000 | 1110 | 101100 |
Color Harmonies of #60807E
Complementary color
Monochromatic Colors of #60807E
Black with #60807E
Text Example
Text Example
White with #60807E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60807E; }
p { color: rgb(96,128,126); }
H1.HeaderClassName
{
color: #60807E;
}
.AnyTagClassName
{
color: #60807E;
}
</style>
background-color css
<style>
a { background-color: #60807E; }
a { background-color: rgb(96,128,126); }
div.DivClassName
{
background-color: #60807E;
}
.BgClassName
{
background-color: #60807E;
}
</style>
border-color css
<style>
span { border-color: #60807E; }
span { border-color: rgb(96,128,126); }
td.TdClassName
{
border-color: #60807E;
}
.TagClassName
{
border-color: #60807E;
}
</style>