Shades of Half Baked #629090
Tints of Half Baked #629090
RGB
CMYK
RGB Variations
Color information
#629090 (or 0x629090) is known color: Half Baked. HEX triplet: 62, 90 and 90. RGB value is (98,144,144). Sum of RGB (Red+Green+Blue) = 98+144+144=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 144 - color contains mainly: green, blue. Hex color #629090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629090 is #9D6F6F. Grayscale: #828282. Windows color (decimal): -10317680 or 9474146. OLE color: 9474146.
HSL color Cylindrical-coordinate representation of color #629090: hue angle of 180º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #629090 is Cyan = 0.32, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 98 | 144 | 144 | - |
| CMYK | 0.32 | 0 | 0 | 0.44 |
| HSL | 180º | 0.19% | 0.47% | - |
| HSV(B) | 180º | 0.32% | 0.56% | - |
| XYZ | 20.04 | 24.56 | 30.07 | - |
| YUV | 130.25 | 135.76 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 144 | 0.32 | 0 | 0 | 0.44 | 180 | 0.19 | 0.47 |
| Hex | 62 | 90 | 90 | 20 | 0 | 0 | 2C | B4 | 13 | 2F |
| Octal | 142 | 220 | 220 | 40 | 0 | 0 | 54 | 264 | 23 | 57 |
| Binary | 1100010 | 10010000 | 10010000 | 100000 | 0 | 0 | 101100 | 10110100 | 10011 | 101111 |
Color Harmonies of #629090
Complementary color
Monochromatic Colors of #629090
Black with #629090
Text Example
Text Example
White with #629090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629090; }
p { color: rgb(98,144,144); }
H1.HeaderClassName
{
color: #629090;
}
.AnyTagClassName
{
color: #629090;
}
</style>
background-color css
<style>
a { background-color: #629090; }
a { background-color: rgb(98,144,144); }
div.DivClassName
{
background-color: #629090;
}
.BgClassName
{
background-color: #629090;
}
</style>
border-color css
<style>
span { border-color: #629090; }
span { border-color: rgb(98,144,144); }
td.TdClassName
{
border-color: #629090;
}
.TagClassName
{
border-color: #629090;
}
</style>