Shades of Half Baked #60938E
Tints of Half Baked #60938E
RGB
CMYK
RGB Variations
Color information
#60938E (or 0x60938E) is known color: Half Baked. HEX triplet: 60, 93 and 8E. RGB value is (96,147,142). Sum of RGB (Red+Green+Blue) = 96+147+142=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #60938E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60938E is #9F6C71. Grayscale: #838383. Windows color (decimal): -10447986 or 9343840. OLE color: 9343840.
HSL color Cylindrical-coordinate representation of color #60938E: hue angle of 174.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60938E is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 96 | 147 | 142 | - |
| CMYK | 0.35 | 0 | 0.03 | 0.42 |
| HSL | 174.12º | 0.21% | 0.48% | - |
| HSV(B) | 174.12º | 0.35% | 0.58% | - |
| XYZ | 20.14 | 25.31 | 29.41 | - |
| YUV | 131.18 | 134.1 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 147 | 142 | 0.35 | 0 | 0.03 | 0.42 | 174.12 | 0.21 | 0.48 |
| Hex | 60 | 93 | 8E | 23 | 0 | 3 | 2A | AE | 15 | 30 |
| Octal | 140 | 223 | 216 | 43 | 0 | 3 | 52 | 256 | 25 | 60 |
| Binary | 1100000 | 10010011 | 10001110 | 100011 | 0 | 11 | 101010 | 10101110 | 10101 | 110000 |
Color Harmonies of #60938E
Complementary color
Monochromatic Colors of #60938E
Black with #60938E
Text Example
Text Example
White with #60938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60938E; }
p { color: rgb(96,147,142); }
H1.HeaderClassName
{
color: #60938E;
}
.AnyTagClassName
{
color: #60938E;
}
</style>
background-color css
<style>
a { background-color: #60938E; }
a { background-color: rgb(96,147,142); }
div.DivClassName
{
background-color: #60938E;
}
.BgClassName
{
background-color: #60938E;
}
</style>
border-color css
<style>
span { border-color: #60938E; }
span { border-color: rgb(96,147,142); }
td.TdClassName
{
border-color: #60938E;
}
.TagClassName
{
border-color: #60938E;
}
</style>