Shades of Half Baked #608889
Tints of Half Baked #608889
RGB
CMYK
RGB Variations
Color information
#608889 (or 0x608889) is known color: Half Baked. HEX triplet: 60, 88 and 89. RGB value is (96,136,137). Sum of RGB (Red+Green+Blue) = 96+136+137=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 137 (53.91% from 255 or 37.13% from 369); Max value from RGB is 137 - color contains mainly: blue. Hex color #608889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608889 is #9F7776. Grayscale: #7C7C7C. Windows color (decimal): -10450807 or 9013344. OLE color: 9013344.
HSL color Cylindrical-coordinate representation of color #608889: hue angle of 181.46º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #608889 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 136 | 137 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.46 |
| HSL | 181.46º | 0.18% | 0.46% | - |
| HSV(B) | 181.46º | 0.3% | 0.54% | - |
| XYZ | 18.14 | 21.9 | 26.94 | - |
| YUV | 124.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 137 | 0.30 | 0.01 | 0 | 0.46 | 181.46 | 0.18 | 0.46 |
| Hex | 60 | 88 | 89 | 1E | 1 | 0 | 2E | B5 | 12 | 2E |
| Octal | 140 | 210 | 211 | 36 | 1 | 0 | 56 | 265 | 22 | 56 |
| Binary | 1100000 | 10001000 | 10001001 | 11110 | 1 | 0 | 101110 | 10110101 | 10010 | 101110 |
Color Harmonies of #608889
Complementary color
Monochromatic Colors of #608889
Black with #608889
Text Example
Text Example
White with #608889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608889; }
p { color: rgb(96,136,137); }
H1.HeaderClassName
{
color: #608889;
}
.AnyTagClassName
{
color: #608889;
}
</style>
background-color css
<style>
a { background-color: #608889; }
a { background-color: rgb(96,136,137); }
div.DivClassName
{
background-color: #608889;
}
.BgClassName
{
background-color: #608889;
}
</style>
border-color css
<style>
span { border-color: #608889; }
span { border-color: rgb(96,136,137); }
td.TdClassName
{
border-color: #608889;
}
.TagClassName
{
border-color: #608889;
}
</style>