Shades of Half Baked #609092
Tints of Half Baked #609092
RGB
CMYK
RGB Variations
Color information
#609092 (or 0x609092) is known color: Half Baked. HEX triplet: 60, 90 and 92. RGB value is (96,144,146). Sum of RGB (Red+Green+Blue) = 96+144+146=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 146 (57.42% from 255 or 37.82% from 386); Max value from RGB is 146 - color contains mainly: blue. Hex color #609092 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609092 is #9F6F6D. Grayscale: #818181. Windows color (decimal): -10448750 or 9605216. OLE color: 9605216.
HSL color Cylindrical-coordinate representation of color #609092: hue angle of 182.4º 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 #609092 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 144 | 146 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.43 |
| HSL | 182.4º | 0.21% | 0.47% | - |
| HSV(B) | 182.4º | 0.34% | 0.57% | - |
| XYZ | 19.99 | 24.51 | 30.87 | - |
| YUV | 129.88 | 137.1 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 144 | 146 | 0.34 | 0.01 | 0 | 0.43 | 182.4 | 0.21 | 0.47 |
| Hex | 60 | 90 | 92 | 22 | 1 | 0 | 2B | B6 | 15 | 2F |
| Octal | 140 | 220 | 222 | 42 | 1 | 0 | 53 | 266 | 25 | 57 |
| Binary | 1100000 | 10010000 | 10010010 | 100010 | 1 | 0 | 101011 | 10110110 | 10101 | 101111 |
Color Harmonies of #609092
Complementary color
Monochromatic Colors of #609092
Black with #609092
Text Example
Text Example
White with #609092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #609092; }
p { color: rgb(96,144,146); }
H1.HeaderClassName
{
color: #609092;
}
.AnyTagClassName
{
color: #609092;
}
</style>
background-color css
<style>
a { background-color: #609092; }
a { background-color: rgb(96,144,146); }
div.DivClassName
{
background-color: #609092;
}
.BgClassName
{
background-color: #609092;
}
</style>
border-color css
<style>
span { border-color: #609092; }
span { border-color: rgb(96,144,146); }
td.TdClassName
{
border-color: #609092;
}
.TagClassName
{
border-color: #609092;
}
</style>