Shades of Half Baked #60908E
Tints of Half Baked #60908E
RGB
CMYK
RGB Variations
Color information
#60908E (or 0x60908E) is known color: Half Baked. HEX triplet: 60, 90 and 8E. RGB value is (96,144,142). Sum of RGB (Red+Green+Blue) = 96+144+142=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 144 (56.64% from 255 or 37.70% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 144 - color contains mainly: green. Hex color #60908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60908E is #9F6F71. Grayscale: #818181. Windows color (decimal): -10448754 or 9343072. OLE color: 9343072.
HSL color Cylindrical-coordinate representation of color #60908E: hue angle of 177.5º 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 #60908E is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 96 | 144 | 142 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.44 |
| HSL | 177.5º | 0.2% | 0.47% | - |
| HSV(B) | 177.5º | 0.33% | 0.56% | - |
| XYZ | 19.68 | 24.39 | 29.26 | - |
| YUV | 129.42 | 135.1 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 142 | 0.33 | 0 | 0.01 | 0.44 | 177.5 | 0.2 | 0.47 |
| Hex | 60 | 90 | 8E | 21 | 0 | 1 | 2C | B2 | 14 | 2F |
| Octal | 140 | 220 | 216 | 41 | 0 | 1 | 54 | 262 | 24 | 57 |
| Binary | 1100000 | 10010000 | 10001110 | 100001 | 0 | 1 | 101100 | 10110010 | 10100 | 101111 |
Color Harmonies of #60908E
Complementary color
Monochromatic Colors of #60908E
Black with #60908E
Text Example
Text Example
White with #60908E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60908E; }
p { color: rgb(96,144,142); }
H1.HeaderClassName
{
color: #60908E;
}
.AnyTagClassName
{
color: #60908E;
}
</style>
background-color css
<style>
a { background-color: #60908E; }
a { background-color: rgb(96,144,142); }
div.DivClassName
{
background-color: #60908E;
}
.BgClassName
{
background-color: #60908E;
}
</style>
border-color css
<style>
span { border-color: #60908E; }
span { border-color: rgb(96,144,142); }
td.TdClassName
{
border-color: #60908E;
}
.TagClassName
{
border-color: #60908E;
}
</style>