Shades of Half Baked #608B90
Tints of Half Baked #608B90
RGB
CMYK
RGB Variations
Color information
#608B90 (or 0x608B90) is known color: Half Baked. HEX triplet: 60, 8B and 90. RGB value is (96,139,144). Sum of RGB (Red+Green+Blue) = 96+139+144=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #608B90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B90 is #9F746F. Grayscale: #7E7E7E. Windows color (decimal): -10450032 or 9472864. OLE color: 9472864.
HSL color Cylindrical-coordinate representation of color #608B90: hue angle of 186.25º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #608B90 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 139 | 144 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.44 |
| HSL | 186.25º | 0.2% | 0.47% | - |
| HSV(B) | 186.25º | 0.33% | 0.56% | - |
| XYZ | 19.09 | 22.97 | 29.81 | - |
| YUV | 126.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 139 | 144 | 0.33 | 0.03 | 0 | 0.44 | 186.25 | 0.2 | 0.47 |
| Hex | 60 | 8B | 90 | 21 | 3 | 0 | 2C | BA | 14 | 2F |
| Octal | 140 | 213 | 220 | 41 | 3 | 0 | 54 | 272 | 24 | 57 |
| Binary | 1100000 | 10001011 | 10010000 | 100001 | 11 | 0 | 101100 | 10111010 | 10100 | 101111 |
Color Harmonies of #608B90
Complementary color
Monochromatic Colors of #608B90
Black with #608B90
Text Example
Text Example
White with #608B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608B90; }
p { color: rgb(96,139,144); }
H1.HeaderClassName
{
color: #608B90;
}
.AnyTagClassName
{
color: #608B90;
}
</style>
background-color css
<style>
a { background-color: #608B90; }
a { background-color: rgb(96,139,144); }
div.DivClassName
{
background-color: #608B90;
}
.BgClassName
{
background-color: #608B90;
}
</style>
border-color css
<style>
span { border-color: #608B90; }
span { border-color: rgb(96,139,144); }
td.TdClassName
{
border-color: #608B90;
}
.TagClassName
{
border-color: #608B90;
}
</style>