Shades of Breaker Bay #607B7C
Tints of Breaker Bay #607B7C
RGB
CMYK
RGB Variations
Color information
#607B7C (or 0x607B7C) is known color: Breaker Bay. HEX triplet: 60, 7B and 7C. RGB value is (96,123,124). Sum of RGB (Red+Green+Blue) = 96+123+124=343 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.99% from 343); Green value is 123 (48.44% from 255 or 35.86% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #607B7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607B7C is #9F8483. Grayscale: #737373. Windows color (decimal): -10454148 or 8158048. OLE color: 8158048.
HSL color Cylindrical-coordinate representation of color #607B7C: hue angle of 182.14º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #607B7C is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 96 | 123 | 124 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.51 |
| HSL | 182.14º | 0.13% | 0.43% | - |
| HSV(B) | 182.14º | 0.23% | 0.49% | - |
| XYZ | 15.54 | 18.11 | 21.74 | - |
| YUV | 115.04 | 133.05 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 123 | 124 | 0.23 | 0.01 | 0 | 0.51 | 182.14 | 0.13 | 0.43 |
| Hex | 60 | 7B | 7C | 17 | 1 | 0 | 33 | B6 | D | 2B |
| Octal | 140 | 173 | 174 | 27 | 1 | 0 | 63 | 266 | 15 | 53 |
| Binary | 1100000 | 1111011 | 1111100 | 10111 | 1 | 0 | 110011 | 10110110 | 1101 | 101011 |
Color Harmonies of #607B7C
Complementary color
Monochromatic Colors of #607B7C
Black with #607B7C
Text Example
Text Example
White with #607B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607B7C; }
p { color: rgb(96,123,124); }
H1.HeaderClassName
{
color: #607B7C;
}
.AnyTagClassName
{
color: #607B7C;
}
</style>
background-color css
<style>
a { background-color: #607B7C; }
a { background-color: rgb(96,123,124); }
div.DivClassName
{
background-color: #607B7C;
}
.BgClassName
{
background-color: #607B7C;
}
</style>
border-color css
<style>
span { border-color: #607B7C; }
span { border-color: rgb(96,123,124); }
td.TdClassName
{
border-color: #607B7C;
}
.TagClassName
{
border-color: #607B7C;
}
</style>