Shades of Half Baked #638F91
Tints of Half Baked #638F91
RGB
CMYK
RGB Variations
Color information
#638F91 (or 0x638F91) is known color: Half Baked. HEX triplet: 63, 8F and 91. RGB value is (99,143,145). Sum of RGB (Red+Green+Blue) = 99+143+145=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #638F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638F91 is #9C706E. Grayscale: #828282. Windows color (decimal): -10252399 or 9539427. OLE color: 9539427.
HSL color Cylindrical-coordinate representation of color #638F91: hue angle of 182.61º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #638F91 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 143 | 145 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.43 |
| HSL | 182.61º | 0.19% | 0.48% | - |
| HSV(B) | 182.61º | 0.32% | 0.57% | - |
| XYZ | 20.08 | 24.34 | 30.43 | - |
| YUV | 130.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 143 | 145 | 0.32 | 0.01 | 0 | 0.43 | 182.61 | 0.19 | 0.48 |
| Hex | 63 | 8F | 91 | 20 | 1 | 0 | 2B | B7 | 13 | 30 |
| Octal | 143 | 217 | 221 | 40 | 1 | 0 | 53 | 267 | 23 | 60 |
| Binary | 1100011 | 10001111 | 10010001 | 100000 | 1 | 0 | 101011 | 10110111 | 10011 | 110000 |
Color Harmonies of #638F91
Complementary color
Monochromatic Colors of #638F91
Black with #638F91
Text Example
Text Example
White with #638F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638F91; }
p { color: rgb(99,143,145); }
H1.HeaderClassName
{
color: #638F91;
}
.AnyTagClassName
{
color: #638F91;
}
</style>
background-color css
<style>
a { background-color: #638F91; }
a { background-color: rgb(99,143,145); }
div.DivClassName
{
background-color: #638F91;
}
.BgClassName
{
background-color: #638F91;
}
</style>
border-color css
<style>
span { border-color: #638F91; }
span { border-color: rgb(99,143,145); }
td.TdClassName
{
border-color: #638F91;
}
.TagClassName
{
border-color: #638F91;
}
</style>