Shades of Half Baked #629093
Tints of Half Baked #629093
RGB
CMYK
RGB Variations
Color information
#629093 (or 0x629093) is known color: Half Baked. HEX triplet: 62, 90 and 93. RGB value is (98,144,147). Sum of RGB (Red+Green+Blue) = 98+144+147=389 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.19% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 147 - color contains mainly: blue. Hex color #629093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629093 is #9D6F6C. Grayscale: #828282. Windows color (decimal): -10317677 or 9670754. OLE color: 9670754.
HSL color Cylindrical-coordinate representation of color #629093: hue angle of 183.67º 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 #629093 is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 144 | 147 | - |
| CMYK | 0.33 | 0.02 | 0 | 0.42 |
| HSL | 183.67º | 0.2% | 0.48% | - |
| HSV(B) | 183.67º | 0.33% | 0.58% | - |
| XYZ | 20.28 | 24.65 | 31.29 | - |
| YUV | 130.59 | 137.26 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 144 | 147 | 0.33 | 0.02 | 0 | 0.42 | 183.67 | 0.2 | 0.48 |
| Hex | 62 | 90 | 93 | 21 | 2 | 0 | 2A | B8 | 14 | 30 |
| Octal | 142 | 220 | 223 | 41 | 2 | 0 | 52 | 270 | 24 | 60 |
| Binary | 1100010 | 10010000 | 10010011 | 100001 | 10 | 0 | 101010 | 10111000 | 10100 | 110000 |
Color Harmonies of #629093
Complementary color
Monochromatic Colors of #629093
Black with #629093
Text Example
Text Example
White with #629093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629093; }
p { color: rgb(98,144,147); }
H1.HeaderClassName
{
color: #629093;
}
.AnyTagClassName
{
color: #629093;
}
</style>
background-color css
<style>
a { background-color: #629093; }
a { background-color: rgb(98,144,147); }
div.DivClassName
{
background-color: #629093;
}
.BgClassName
{
background-color: #629093;
}
</style>
border-color css
<style>
span { border-color: #629093; }
span { border-color: rgb(98,144,147); }
td.TdClassName
{
border-color: #629093;
}
.TagClassName
{
border-color: #629093;
}
</style>