Shades of Breaker Bay #608081
Tints of Breaker Bay #608081
RGB
CMYK
RGB Variations
Color information
#608081 (or 0x608081) is known color: Breaker Bay. HEX triplet: 60, 80 and 81. RGB value is (96,128,129). Sum of RGB (Red+Green+Blue) = 96+128+129=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 129 - color contains mainly: blue. Hex color #608081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608081 is #9F7F7E. Grayscale: #767676. Windows color (decimal): -10452863 or 8487008. OLE color: 8487008.
HSL color Cylindrical-coordinate representation of color #608081: hue angle of 181.82º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #608081 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 128 | 129 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.49 |
| HSL | 181.82º | 0.15% | 0.44% | - |
| HSV(B) | 181.82º | 0.26% | 0.51% | - |
| XYZ | 16.51 | 19.51 | 23.66 | - |
| YUV | 118.55 | 133.9 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 129 | 0.26 | 0.01 | 0 | 0.49 | 181.82 | 0.15 | 0.44 |
| Hex | 60 | 80 | 81 | 1A | 1 | 0 | 31 | B6 | F | 2C |
| Octal | 140 | 200 | 201 | 32 | 1 | 0 | 61 | 266 | 17 | 54 |
| Binary | 1100000 | 10000000 | 10000001 | 11010 | 1 | 0 | 110001 | 10110110 | 1111 | 101100 |
Color Harmonies of #608081
Complementary color
Monochromatic Colors of #608081
Black with #608081
Text Example
Text Example
White with #608081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608081; }
p { color: rgb(96,128,129); }
H1.HeaderClassName
{
color: #608081;
}
.AnyTagClassName
{
color: #608081;
}
</style>
background-color css
<style>
a { background-color: #608081; }
a { background-color: rgb(96,128,129); }
div.DivClassName
{
background-color: #608081;
}
.BgClassName
{
background-color: #608081;
}
</style>
border-color css
<style>
span { border-color: #608081; }
span { border-color: rgb(96,128,129); }
td.TdClassName
{
border-color: #608081;
}
.TagClassName
{
border-color: #608081;
}
</style>