Shades of Half Baked #61938F
Tints of Half Baked #61938F
RGB
CMYK
RGB Variations
Color information
#61938F (or 0x61938F) is known color: Half Baked. HEX triplet: 61, 93 and 8F. RGB value is (97,147,143). Sum of RGB (Red+Green+Blue) = 97+147+143=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 147 - color contains mainly: green. Hex color #61938F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61938F is #9E6C70. Grayscale: #838383. Windows color (decimal): -10382449 or 9409377. OLE color: 9409377.
HSL color Cylindrical-coordinate representation of color #61938F: hue angle of 175.2º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #61938F is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 147 | 143 | - |
| CMYK | 0.34 | 0 | 0.03 | 0.42 |
| HSL | 175.2º | 0.2% | 0.48% | - |
| HSV(B) | 175.2º | 0.34% | 0.58% | - |
| XYZ | 20.32 | 25.39 | 29.82 | - |
| YUV | 131.59 | 134.44 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 147 | 143 | 0.34 | 0 | 0.03 | 0.42 | 175.2 | 0.2 | 0.48 |
| Hex | 61 | 93 | 8F | 22 | 0 | 3 | 2A | AF | 14 | 30 |
| Octal | 141 | 223 | 217 | 42 | 0 | 3 | 52 | 257 | 24 | 60 |
| Binary | 1100001 | 10010011 | 10001111 | 100010 | 0 | 11 | 101010 | 10101111 | 10100 | 110000 |
Color Harmonies of #61938F
Complementary color
Monochromatic Colors of #61938F
Black with #61938F
Text Example
Text Example
White with #61938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61938F; }
p { color: rgb(97,147,143); }
H1.HeaderClassName
{
color: #61938F;
}
.AnyTagClassName
{
color: #61938F;
}
</style>
background-color css
<style>
a { background-color: #61938F; }
a { background-color: rgb(97,147,143); }
div.DivClassName
{
background-color: #61938F;
}
.BgClassName
{
background-color: #61938F;
}
</style>
border-color css
<style>
span { border-color: #61938F; }
span { border-color: rgb(97,147,143); }
td.TdClassName
{
border-color: #61938F;
}
.TagClassName
{
border-color: #61938F;
}
</style>