Shades of Half Baked #61898A
Tints of Half Baked #61898A
RGB
CMYK
RGB Variations
Color information
#61898A (or 0x61898A) is known color: Half Baked. HEX triplet: 61, 89 and 8A. RGB value is (97,137,138). Sum of RGB (Red+Green+Blue) = 97+137+138=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 138 - color contains mainly: blue. Hex color #61898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61898A is #9E7675. Grayscale: #7D7D7D. Windows color (decimal): -10385014 or 9079137. OLE color: 9079137.
HSL color Cylindrical-coordinate representation of color #61898A: hue angle of 181.46º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61898A is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 137 | 138 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.46 |
| HSL | 181.46º | 0.17% | 0.46% | - |
| HSV(B) | 181.46º | 0.3% | 0.54% | - |
| XYZ | 18.46 | 22.27 | 27.37 | - |
| YUV | 125.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 137 | 138 | 0.30 | 0.01 | 0 | 0.46 | 181.46 | 0.17 | 0.46 |
| Hex | 61 | 89 | 8A | 1E | 1 | 0 | 2E | B5 | 11 | 2E |
| Octal | 141 | 211 | 212 | 36 | 1 | 0 | 56 | 265 | 21 | 56 |
| Binary | 1100001 | 10001001 | 10001010 | 11110 | 1 | 0 | 101110 | 10110101 | 10001 | 101110 |
Color Harmonies of #61898A
Complementary color
Monochromatic Colors of #61898A
Black with #61898A
Text Example
Text Example
White with #61898A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61898A; }
p { color: rgb(97,137,138); }
H1.HeaderClassName
{
color: #61898A;
}
.AnyTagClassName
{
color: #61898A;
}
</style>
background-color css
<style>
a { background-color: #61898A; }
a { background-color: rgb(97,137,138); }
div.DivClassName
{
background-color: #61898A;
}
.BgClassName
{
background-color: #61898A;
}
</style>
border-color css
<style>
span { border-color: #61898A; }
span { border-color: rgb(97,137,138); }
td.TdClassName
{
border-color: #61898A;
}
.TagClassName
{
border-color: #61898A;
}
</style>