Shades of Half Baked #60888A
Tints of Half Baked #60888A
RGB
CMYK
RGB Variations
Color information
#60888A (or 0x60888A) is known color: Half Baked. HEX triplet: 60, 88 and 8A. RGB value is (96,136,138). Sum of RGB (Red+Green+Blue) = 96+136+138=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 138 (54.30% from 255 or 37.30% from 370); Max value from RGB is 138 - color contains mainly: blue. Hex color #60888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60888A is #9F7775. Grayscale: #7C7C7C. Windows color (decimal): -10450806 or 9078880. OLE color: 9078880.
HSL color Cylindrical-coordinate representation of color #60888A: hue angle of 182.86º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60888A is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 96 | 136 | 138 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.46 |
| HSL | 182.86º | 0.18% | 0.46% | - |
| HSV(B) | 182.86º | 0.3% | 0.54% | - |
| XYZ | 18.22 | 21.93 | 27.32 | - |
| YUV | 124.27 | 135.75 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 138 | 0.30 | 0.01 | 0 | 0.46 | 182.86 | 0.18 | 0.46 |
| Hex | 60 | 88 | 8A | 1E | 1 | 0 | 2E | B7 | 12 | 2E |
| Octal | 140 | 210 | 212 | 36 | 1 | 0 | 56 | 267 | 22 | 56 |
| Binary | 1100000 | 10001000 | 10001010 | 11110 | 1 | 0 | 101110 | 10110111 | 10010 | 101110 |
Color Harmonies of #60888A
Complementary color
Monochromatic Colors of #60888A
Black with #60888A
Text Example
Text Example
White with #60888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60888A; }
p { color: rgb(96,136,138); }
H1.HeaderClassName
{
color: #60888A;
}
.AnyTagClassName
{
color: #60888A;
}
</style>
background-color css
<style>
a { background-color: #60888A; }
a { background-color: rgb(96,136,138); }
div.DivClassName
{
background-color: #60888A;
}
.BgClassName
{
background-color: #60888A;
}
</style>
border-color css
<style>
span { border-color: #60888A; }
span { border-color: rgb(96,136,138); }
td.TdClassName
{
border-color: #60888A;
}
.TagClassName
{
border-color: #60888A;
}
</style>