Shades of Half Baked #638888
Tints of Half Baked #638888
RGB
CMYK
RGB Variations
Color information
#638888 (or 0x638888) is known color: Half Baked. HEX triplet: 63, 88 and 88. RGB value is (99,136,136). Sum of RGB (Red+Green+Blue) = 99+136+136=371 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.68% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: green, blue. Hex color #638888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638888 is #9C7777. Grayscale: #7C7C7C. Windows color (decimal): -10254200 or 8947811. OLE color: 8947811.
HSL color Cylindrical-coordinate representation of color #638888: hue angle of 180º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638888 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 99 | 136 | 136 | - |
| CMYK | 0.27 | 0 | 0 | 0.47 |
| HSL | 180º | 0.16% | 0.46% | - |
| HSV(B) | 180º | 0.27% | 0.53% | - |
| XYZ | 18.39 | 22.04 | 26.58 | - |
| YUV | 124.94 | 134.24 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 136 | 136 | 0.27 | 0 | 0 | 0.47 | 180 | 0.16 | 0.46 |
| Hex | 63 | 88 | 88 | 1B | 0 | 0 | 2F | B4 | 10 | 2E |
| Octal | 143 | 210 | 210 | 33 | 0 | 0 | 57 | 264 | 20 | 56 |
| Binary | 1100011 | 10001000 | 10001000 | 11011 | 0 | 0 | 101111 | 10110100 | 10000 | 101110 |
Color Harmonies of #638888
Complementary color
Monochromatic Colors of #638888
Black with #638888
Text Example
Text Example
White with #638888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638888; }
p { color: rgb(99,136,136); }
H1.HeaderClassName
{
color: #638888;
}
.AnyTagClassName
{
color: #638888;
}
</style>
background-color css
<style>
a { background-color: #638888; }
a { background-color: rgb(99,136,136); }
div.DivClassName
{
background-color: #638888;
}
.BgClassName
{
background-color: #638888;
}
</style>
border-color css
<style>
span { border-color: #638888; }
span { border-color: rgb(99,136,136); }
td.TdClassName
{
border-color: #638888;
}
.TagClassName
{
border-color: #638888;
}
</style>