Shades of Half Baked #608F90
Tints of Half Baked #608F90
RGB
CMYK
RGB Variations
Color information
#608F90 (or 0x608F90) is known color: Half Baked. HEX triplet: 60, 8F and 90. RGB value is (96,143,144). Sum of RGB (Red+Green+Blue) = 96+143+144=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 144 (56.64% from 255 or 37.60% from 383); Max value from RGB is 144 - color contains mainly: blue. Hex color #608F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F90 is #9F706F. Grayscale: #818181. Windows color (decimal): -10449008 or 9473888. OLE color: 9473888.
HSL color Cylindrical-coordinate representation of color #608F90: hue angle of 181.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 #608F90 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 143 | 144 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.44 |
| HSL | 181.25º | 0.2% | 0.47% | - |
| HSV(B) | 181.25º | 0.33% | 0.56% | - |
| XYZ | 19.68 | 24.15 | 30.01 | - |
| YUV | 129.06 | 136.43 | 104.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 144 | 0.33 | 0.01 | 0 | 0.44 | 181.25 | 0.2 | 0.47 |
| Hex | 60 | 8F | 90 | 21 | 1 | 0 | 2C | B5 | 14 | 2F |
| Octal | 140 | 217 | 220 | 41 | 1 | 0 | 54 | 265 | 24 | 57 |
| Binary | 1100000 | 10001111 | 10010000 | 100001 | 1 | 0 | 101100 | 10110101 | 10100 | 101111 |
Color Harmonies of #608F90
Complementary color
Monochromatic Colors of #608F90
Black with #608F90
Text Example
Text Example
White with #608F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608F90; }
p { color: rgb(96,143,144); }
H1.HeaderClassName
{
color: #608F90;
}
.AnyTagClassName
{
color: #608F90;
}
</style>
background-color css
<style>
a { background-color: #608F90; }
a { background-color: rgb(96,143,144); }
div.DivClassName
{
background-color: #608F90;
}
.BgClassName
{
background-color: #608F90;
}
</style>
border-color css
<style>
span { border-color: #608F90; }
span { border-color: rgb(96,143,144); }
td.TdClassName
{
border-color: #608F90;
}
.TagClassName
{
border-color: #608F90;
}
</style>