Shades of Half Baked #608685
Tints of Half Baked #608685
RGB
CMYK
RGB Variations
Color information
#608685 (or 0x608685) is known color: Half Baked. HEX triplet: 60, 86 and 85. RGB value is (96,134,133). Sum of RGB (Red+Green+Blue) = 96+134+133=363 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.45% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #608685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608685 is #9F797A. Grayscale: #7A7A7A. Windows color (decimal): -10451323 or 8750688. OLE color: 8750688.
HSL color Cylindrical-coordinate representation of color #608685: hue angle of 178.42º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #608685 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 134 | 133 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.47 |
| HSL | 178.42º | 0.17% | 0.45% | - |
| HSV(B) | 178.42º | 0.28% | 0.53% | - |
| XYZ | 17.58 | 21.23 | 25.36 | - |
| YUV | 122.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 133 | 0.28 | 0 | 0.01 | 0.47 | 178.42 | 0.17 | 0.45 |
| Hex | 60 | 86 | 85 | 1C | 0 | 1 | 2F | B2 | 11 | 2D |
| Octal | 140 | 206 | 205 | 34 | 0 | 1 | 57 | 262 | 21 | 55 |
| Binary | 1100000 | 10000110 | 10000101 | 11100 | 0 | 1 | 101111 | 10110010 | 10001 | 101101 |
Color Harmonies of #608685
Complementary color
Monochromatic Colors of #608685
Black with #608685
Text Example
Text Example
White with #608685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608685; }
p { color: rgb(96,134,133); }
H1.HeaderClassName
{
color: #608685;
}
.AnyTagClassName
{
color: #608685;
}
</style>
background-color css
<style>
a { background-color: #608685; }
a { background-color: rgb(96,134,133); }
div.DivClassName
{
background-color: #608685;
}
.BgClassName
{
background-color: #608685;
}
</style>
border-color css
<style>
span { border-color: #608685; }
span { border-color: rgb(96,134,133); }
td.TdClassName
{
border-color: #608685;
}
.TagClassName
{
border-color: #608685;
}
</style>