Shades of Breaker Bay #607B7B
Tints of Breaker Bay #607B7B
RGB
CMYK
RGB Variations
Color information
#607B7B (or 0x607B7B) is known color: Breaker Bay. HEX triplet: 60, 7B and 7B. RGB value is (96,123,123). Sum of RGB (Red+Green+Blue) = 96+123+123=342 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.07% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 123 (48.44% from 255 or 35.96% from 342); Max value from RGB is 123 - color contains mainly: green, blue. Hex color #607B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B7B is #9F8484. Grayscale: #727272. Windows color (decimal): -10454149 or 8092512. OLE color: 8092512.
HSL color Cylindrical-coordinate representation of color #607B7B: hue angle of 180º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #607B7B is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 96 | 123 | 123 | - |
| CMYK | 0.22 | 0 | 0 | 0.52 |
| HSL | 180º | 0.12% | 0.43% | - |
| HSV(B) | 180º | 0.22% | 0.48% | - |
| XYZ | 15.48 | 18.08 | 21.41 | - |
| YUV | 114.93 | 132.55 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 123 | 0.22 | 0 | 0 | 0.52 | 180 | 0.12 | 0.43 |
| Hex | 60 | 7B | 7B | 16 | 0 | 0 | 34 | B4 | C | 2B |
| Octal | 140 | 173 | 173 | 26 | 0 | 0 | 64 | 264 | 14 | 53 |
| Binary | 1100000 | 1111011 | 1111011 | 10110 | 0 | 0 | 110100 | 10110100 | 1100 | 101011 |
Color Harmonies of #607B7B
Complementary color
Monochromatic Colors of #607B7B
Black with #607B7B
Text Example
Text Example
White with #607B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B7B; }
p { color: rgb(96,123,123); }
H1.HeaderClassName
{
color: #607B7B;
}
.AnyTagClassName
{
color: #607B7B;
}
</style>
background-color css
<style>
a { background-color: #607B7B; }
a { background-color: rgb(96,123,123); }
div.DivClassName
{
background-color: #607B7B;
}
.BgClassName
{
background-color: #607B7B;
}
</style>
border-color css
<style>
span { border-color: #607B7B; }
span { border-color: rgb(96,123,123); }
td.TdClassName
{
border-color: #607B7B;
}
.TagClassName
{
border-color: #607B7B;
}
</style>