Shades of Half Baked #629392
Tints of Half Baked #629392
RGB
CMYK
RGB Variations
Color information
#629392 (or 0x629392) is known color: Half Baked. HEX triplet: 62, 93 and 92. RGB value is (98,147,146). Sum of RGB (Red+Green+Blue) = 98+147+146=391 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.06% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #629392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629392 is #9D6C6D. Grayscale: #848484. Windows color (decimal): -10316910 or 9605986. OLE color: 9605986.
HSL color Cylindrical-coordinate representation of color #629392: hue angle of 178.78º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #629392 is Cyan = 0.33, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 147 | 146 | - |
| CMYK | 0.33 | 0 | 0.01 | 0.42 |
| HSL | 178.78º | 0.2% | 0.48% | - |
| HSV(B) | 178.78º | 0.33% | 0.58% | - |
| XYZ | 20.66 | 25.54 | 31.03 | - |
| YUV | 132.24 | 135.77 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 147 | 146 | 0.33 | 0 | 0.01 | 0.42 | 178.78 | 0.2 | 0.48 |
| Hex | 62 | 93 | 92 | 21 | 0 | 1 | 2A | B3 | 14 | 30 |
| Octal | 142 | 223 | 222 | 41 | 0 | 1 | 52 | 263 | 24 | 60 |
| Binary | 1100010 | 10010011 | 10010010 | 100001 | 0 | 1 | 101010 | 10110011 | 10100 | 110000 |
Color Harmonies of #629392
Complementary color
Monochromatic Colors of #629392
Black with #629392
Text Example
Text Example
White with #629392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629392; }
p { color: rgb(98,147,146); }
H1.HeaderClassName
{
color: #629392;
}
.AnyTagClassName
{
color: #629392;
}
</style>
background-color css
<style>
a { background-color: #629392; }
a { background-color: rgb(98,147,146); }
div.DivClassName
{
background-color: #629392;
}
.BgClassName
{
background-color: #629392;
}
</style>
border-color css
<style>
span { border-color: #629392; }
span { border-color: rgb(98,147,146); }
td.TdClassName
{
border-color: #629392;
}
.TagClassName
{
border-color: #629392;
}
</style>