Shades of Half Baked #639193
Tints of Half Baked #639193
RGB
CMYK
RGB Variations
Color information
#639193 (or 0x639193) is known color: Half Baked. HEX triplet: 63, 91 and 93. RGB value is (99,145,147). Sum of RGB (Red+Green+Blue) = 99+145+147=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #639193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639193 is #9C6E6C. Grayscale: #838383. Windows color (decimal): -10251885 or 9671011. OLE color: 9671011.
HSL color Cylindrical-coordinate representation of color #639193: hue angle of 182.5º 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 #639193 is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 99 | 145 | 147 | - |
| CMYK | 0.33 | 0.01 | 0 | 0.42 |
| HSL | 182.5º | 0.2% | 0.48% | - |
| HSV(B) | 182.5º | 0.33% | 0.58% | - |
| XYZ | 20.54 | 25.01 | 31.35 | - |
| YUV | 131.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 145 | 147 | 0.33 | 0.01 | 0 | 0.42 | 182.5 | 0.2 | 0.48 |
| Hex | 63 | 91 | 93 | 21 | 1 | 0 | 2A | B6 | 14 | 30 |
| Octal | 143 | 221 | 223 | 41 | 1 | 0 | 52 | 266 | 24 | 60 |
| Binary | 1100011 | 10010001 | 10010011 | 100001 | 1 | 0 | 101010 | 10110110 | 10100 | 110000 |
Color Harmonies of #639193
Complementary color
Monochromatic Colors of #639193
Black with #639193
Text Example
Text Example
White with #639193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639193; }
p { color: rgb(99,145,147); }
H1.HeaderClassName
{
color: #639193;
}
.AnyTagClassName
{
color: #639193;
}
</style>
background-color css
<style>
a { background-color: #639193; }
a { background-color: rgb(99,145,147); }
div.DivClassName
{
background-color: #639193;
}
.BgClassName
{
background-color: #639193;
}
</style>
border-color css
<style>
span { border-color: #639193; }
span { border-color: rgb(99,145,147); }
td.TdClassName
{
border-color: #639193;
}
.TagClassName
{
border-color: #639193;
}
</style>