Shades of Half Baked #649195
Tints of Half Baked #649195
RGB
CMYK
RGB Variations
Color information
#649195 (or 0x649195) is known color: Half Baked. HEX triplet: 64, 91 and 95. RGB value is (100,145,149). Sum of RGB (Red+Green+Blue) = 100+145+149=394 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.38% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 149 (58.59% from 255 or 37.82% from 394); Max value from RGB is 149 - color contains mainly: blue. Hex color #649195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649195 is #9B6E6A. Grayscale: #838383. Windows color (decimal): -10186347 or 9802084. OLE color: 9802084.
HSL color Cylindrical-coordinate representation of color #649195: hue angle of 184.9º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649195 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 145 | 149 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.42 |
| HSL | 184.9º | 0.2% | 0.49% | - |
| HSV(B) | 184.9º | 0.33% | 0.58% | - |
| XYZ | 20.81 | 25.13 | 32.19 | - |
| YUV | 132 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 149 | 0.33 | 0.03 | 0 | 0.42 | 184.9 | 0.2 | 0.49 |
| Hex | 64 | 91 | 95 | 21 | 3 | 0 | 2A | B9 | 14 | 31 |
| Octal | 144 | 221 | 225 | 41 | 3 | 0 | 52 | 271 | 24 | 61 |
| Binary | 1100100 | 10010001 | 10010101 | 100001 | 11 | 0 | 101010 | 10111001 | 10100 | 110001 |
Color Harmonies of #649195
Complementary color
Monochromatic Colors of #649195
Black with #649195
Text Example
Text Example
White with #649195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649195; }
p { color: rgb(100,145,149); }
H1.HeaderClassName
{
color: #649195;
}
.AnyTagClassName
{
color: #649195;
}
</style>
background-color css
<style>
a { background-color: #649195; }
a { background-color: rgb(100,145,149); }
div.DivClassName
{
background-color: #649195;
}
.BgClassName
{
background-color: #649195;
}
</style>
border-color css
<style>
span { border-color: #649195; }
span { border-color: rgb(100,145,149); }
td.TdClassName
{
border-color: #649195;
}
.TagClassName
{
border-color: #649195;
}
</style>