Shades of Breaker Bay #648181
Tints of Breaker Bay #648181
RGB
CMYK
RGB Variations
Color information
#648181 (or 0x648181) is known color: Breaker Bay. HEX triplet: 64, 81 and 81. RGB value is (100,129,129). Sum of RGB (Red+Green+Blue) = 100+129+129=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 129 (50.78% from 255 or 36.03% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #648181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648181 is #9B7E7E. Grayscale: #787878. Windows color (decimal): -10190463 or 8487268. OLE color: 8487268.
HSL color Cylindrical-coordinate representation of color #648181: hue angle of 180º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #648181 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 129 | - |
| CMYK | 0.22 | 0 | 0 | 0.49 |
| HSL | 180º | 0.13% | 0.45% | - |
| HSV(B) | 180º | 0.22% | 0.51% | - |
| XYZ | 17.07 | 19.99 | 23.73 | - |
| YUV | 120.33 | 132.89 | 113.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 129 | 0.22 | 0 | 0 | 0.49 | 180 | 0.13 | 0.45 |
| Hex | 64 | 81 | 81 | 16 | 0 | 0 | 31 | B4 | D | 2D |
| Octal | 144 | 201 | 201 | 26 | 0 | 0 | 61 | 264 | 15 | 55 |
| Binary | 1100100 | 10000001 | 10000001 | 10110 | 0 | 0 | 110001 | 10110100 | 1101 | 101101 |
Color Harmonies of #648181
Complementary color
Monochromatic Colors of #648181
Black with #648181
Text Example
Text Example
White with #648181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648181; }
p { color: rgb(100,129,129); }
H1.HeaderClassName
{
color: #648181;
}
.AnyTagClassName
{
color: #648181;
}
</style>
background-color css
<style>
a { background-color: #648181; }
a { background-color: rgb(100,129,129); }
div.DivClassName
{
background-color: #648181;
}
.BgClassName
{
background-color: #648181;
}
</style>
border-color css
<style>
span { border-color: #648181; }
span { border-color: rgb(100,129,129); }
td.TdClassName
{
border-color: #648181;
}
.TagClassName
{
border-color: #648181;
}
</style>