Shades of Half Baked #608F91
Tints of Half Baked #608F91
RGB
CMYK
RGB Variations
Color information
#608F91 (or 0x608F91) is known color: Half Baked. HEX triplet: 60, 8F and 91. RGB value is (96,143,145). Sum of RGB (Red+Green+Blue) = 96+143+145=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 145 - color contains mainly: blue. Hex color #608F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F91 is #9F706E. Grayscale: #818181. Windows color (decimal): -10449007 or 9539424. OLE color: 9539424.
HSL color Cylindrical-coordinate representation of color #608F91: hue angle of 182.45º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #608F91 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 96 | 143 | 145 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.43 |
| HSL | 182.45º | 0.2% | 0.47% | - |
| HSV(B) | 182.45º | 0.34% | 0.57% | - |
| XYZ | 19.76 | 24.18 | 30.41 | - |
| YUV | 129.18 | 136.93 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 145 | 0.34 | 0.01 | 0 | 0.43 | 182.45 | 0.2 | 0.47 |
| Hex | 60 | 8F | 91 | 22 | 1 | 0 | 2B | B6 | 14 | 2F |
| Octal | 140 | 217 | 221 | 42 | 1 | 0 | 53 | 266 | 24 | 57 |
| Binary | 1100000 | 10001111 | 10010001 | 100010 | 1 | 0 | 101011 | 10110110 | 10100 | 101111 |
Color Harmonies of #608F91
Complementary color
Monochromatic Colors of #608F91
Black with #608F91
Text Example
Text Example
White with #608F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608F91; }
p { color: rgb(96,143,145); }
H1.HeaderClassName
{
color: #608F91;
}
.AnyTagClassName
{
color: #608F91;
}
</style>
background-color css
<style>
a { background-color: #608F91; }
a { background-color: rgb(96,143,145); }
div.DivClassName
{
background-color: #608F91;
}
.BgClassName
{
background-color: #608F91;
}
</style>
border-color css
<style>
span { border-color: #608F91; }
span { border-color: rgb(96,143,145); }
td.TdClassName
{
border-color: #608F91;
}
.TagClassName
{
border-color: #608F91;
}
</style>