Shades of Breaker Bay #608182
Tints of Breaker Bay #608182
RGB
CMYK
RGB Variations
Color information
#608182 (or 0x608182) is known color: Breaker Bay. HEX triplet: 60, 81 and 82. RGB value is (96,129,130). Sum of RGB (Red+Green+Blue) = 96+129+130=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 130 - color contains mainly: blue. Hex color #608182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608182 is #9F7E7D. Grayscale: #777777. Windows color (decimal): -10452606 or 8552800. OLE color: 8552800.
HSL color Cylindrical-coordinate representation of color #608182: hue angle of 181.76º 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 #608182 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 96 | 129 | 130 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.49 |
| HSL | 181.76º | 0.15% | 0.44% | - |
| HSV(B) | 181.76º | 0.26% | 0.51% | - |
| XYZ | 16.7 | 19.8 | 24.06 | - |
| YUV | 119.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 130 | 0.26 | 0.01 | 0 | 0.49 | 181.76 | 0.15 | 0.44 |
| Hex | 60 | 81 | 82 | 1A | 1 | 0 | 31 | B6 | F | 2C |
| Octal | 140 | 201 | 202 | 32 | 1 | 0 | 61 | 266 | 17 | 54 |
| Binary | 1100000 | 10000001 | 10000010 | 11010 | 1 | 0 | 110001 | 10110110 | 1111 | 101100 |
Color Harmonies of #608182
Complementary color
Monochromatic Colors of #608182
Black with #608182
Text Example
Text Example
White with #608182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608182; }
p { color: rgb(96,129,130); }
H1.HeaderClassName
{
color: #608182;
}
.AnyTagClassName
{
color: #608182;
}
</style>
background-color css
<style>
a { background-color: #608182; }
a { background-color: rgb(96,129,130); }
div.DivClassName
{
background-color: #608182;
}
.BgClassName
{
background-color: #608182;
}
</style>
border-color css
<style>
span { border-color: #608182; }
span { border-color: rgb(96,129,130); }
td.TdClassName
{
border-color: #608182;
}
.TagClassName
{
border-color: #608182;
}
</style>