Shades of Half Baked #608D92
Tints of Half Baked #608D92
RGB
CMYK
RGB Variations
Color information
#608D92 (or 0x608D92) is known color: Half Baked. HEX triplet: 60, 8D and 92. RGB value is (96,141,146). Sum of RGB (Red+Green+Blue) = 96+141+146=383 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.07% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 146 - color contains mainly: blue. Hex color #608D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608D92 is #9F726D. Grayscale: #808080. Windows color (decimal): -10449518 or 9604448. OLE color: 9604448.
HSL color Cylindrical-coordinate representation of color #608D92: hue angle of 186º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608D92 is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 141 | 146 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.43 |
| HSL | 186º | 0.21% | 0.47% | - |
| HSV(B) | 186º | 0.34% | 0.57% | - |
| XYZ | 19.54 | 23.61 | 30.72 | - |
| YUV | 128.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 146 | 0.34 | 0.03 | 0 | 0.43 | 186 | 0.21 | 0.47 |
| Hex | 60 | 8D | 92 | 22 | 3 | 0 | 2B | BA | 15 | 2F |
| Octal | 140 | 215 | 222 | 42 | 3 | 0 | 53 | 272 | 25 | 57 |
| Binary | 1100000 | 10001101 | 10010010 | 100010 | 11 | 0 | 101011 | 10111010 | 10101 | 101111 |
Color Harmonies of #608D92
Complementary color
Monochromatic Colors of #608D92
Black with #608D92
Text Example
Text Example
White with #608D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608D92; }
p { color: rgb(96,141,146); }
H1.HeaderClassName
{
color: #608D92;
}
.AnyTagClassName
{
color: #608D92;
}
</style>
background-color css
<style>
a { background-color: #608D92; }
a { background-color: rgb(96,141,146); }
div.DivClassName
{
background-color: #608D92;
}
.BgClassName
{
background-color: #608D92;
}
</style>
border-color css
<style>
span { border-color: #608D92; }
span { border-color: rgb(96,141,146); }
td.TdClassName
{
border-color: #608D92;
}
.TagClassName
{
border-color: #608D92;
}
</style>