Shades of Half Baked #649294
Tints of Half Baked #649294
RGB
CMYK
RGB Variations
Color information
#649294 (or 0x649294) is known color: Half Baked. HEX triplet: 64, 92 and 94. RGB value is (100,146,148). Sum of RGB (Red+Green+Blue) = 100+146+148=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 148 (58.20% from 255 or 37.56% from 394); Max value from RGB is 148 - color contains mainly: blue. Hex color #649294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649294 is #9B6D6B. Grayscale: #848484. Windows color (decimal): -10186092 or 9736804. OLE color: 9736804.
HSL color Cylindrical-coordinate representation of color #649294: hue angle of 182.5º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649294 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 146 | 148 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.42 |
| HSL | 182.5º | 0.19% | 0.49% | - |
| HSV(B) | 182.5º | 0.32% | 0.58% | - |
| XYZ | 20.88 | 25.41 | 31.82 | - |
| YUV | 132.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 148 | 0.32 | 0.01 | 0 | 0.42 | 182.5 | 0.19 | 0.49 |
| Hex | 64 | 92 | 94 | 20 | 1 | 0 | 2A | B6 | 13 | 31 |
| Octal | 144 | 222 | 224 | 40 | 1 | 0 | 52 | 266 | 23 | 61 |
| Binary | 1100100 | 10010010 | 10010100 | 100000 | 1 | 0 | 101010 | 10110110 | 10011 | 110001 |
Color Harmonies of #649294
Complementary color
Monochromatic Colors of #649294
Black with #649294
Text Example
Text Example
White with #649294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649294; }
p { color: rgb(100,146,148); }
H1.HeaderClassName
{
color: #649294;
}
.AnyTagClassName
{
color: #649294;
}
</style>
background-color css
<style>
a { background-color: #649294; }
a { background-color: rgb(100,146,148); }
div.DivClassName
{
background-color: #649294;
}
.BgClassName
{
background-color: #649294;
}
</style>
border-color css
<style>
span { border-color: #649294; }
span { border-color: rgb(100,146,148); }
td.TdClassName
{
border-color: #649294;
}
.TagClassName
{
border-color: #649294;
}
</style>