Shades of Half Baked #60908C
Tints of Half Baked #60908C
RGB
CMYK
RGB Variations
Color information
#60908C (or 0x60908C) is known color: Half Baked. HEX triplet: 60, 90 and 8C. RGB value is (96,144,140). Sum of RGB (Red+Green+Blue) = 96+144+140=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #60908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60908C is #9F6F73. Grayscale: #818181. Windows color (decimal): -10448756 or 9212000. OLE color: 9212000.
HSL color Cylindrical-coordinate representation of color #60908C: hue angle of 175º 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 #60908C is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 140 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.44 |
| HSL | 175º | 0.2% | 0.47% | - |
| HSV(B) | 175º | 0.33% | 0.56% | - |
| XYZ | 19.53 | 24.33 | 28.48 | - |
| YUV | 129.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 140 | 0.33 | 0 | 0.03 | 0.44 | 175 | 0.2 | 0.47 |
| Hex | 60 | 90 | 8C | 21 | 0 | 3 | 2C | AF | 14 | 2F |
| Octal | 140 | 220 | 214 | 41 | 0 | 3 | 54 | 257 | 24 | 57 |
| Binary | 1100000 | 10010000 | 10001100 | 100001 | 0 | 11 | 101100 | 10101111 | 10100 | 101111 |
Color Harmonies of #60908C
Complementary color
Monochromatic Colors of #60908C
Black with #60908C
Text Example
Text Example
White with #60908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60908C; }
p { color: rgb(96,144,140); }
H1.HeaderClassName
{
color: #60908C;
}
.AnyTagClassName
{
color: #60908C;
}
</style>
background-color css
<style>
a { background-color: #60908C; }
a { background-color: rgb(96,144,140); }
div.DivClassName
{
background-color: #60908C;
}
.BgClassName
{
background-color: #60908C;
}
</style>
border-color css
<style>
span { border-color: #60908C; }
span { border-color: rgb(96,144,140); }
td.TdClassName
{
border-color: #60908C;
}
.TagClassName
{
border-color: #60908C;
}
</style>