Shades of Half Baked #608C8B
Tints of Half Baked #608C8B
RGB
CMYK
RGB Variations
Color information
#608C8B (or 0x608C8B) is known color: Half Baked. HEX triplet: 60, 8C and 8B. RGB value is (96,140,139). Sum of RGB (Red+Green+Blue) = 96+140+139=375 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.6% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #608C8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608C8B is #9F7374. Grayscale: #7E7E7E. Windows color (decimal): -10449781 or 9145440. OLE color: 9145440.
HSL color Cylindrical-coordinate representation of color #608C8B: hue angle of 178.64º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #608C8B is Cyan = 0.31, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 140 | 139 | - |
| CMYK | 0.31 | 0 | 0.01 | 0.45 |
| HSL | 178.64º | 0.19% | 0.46% | - |
| HSV(B) | 178.64º | 0.31% | 0.55% | - |
| XYZ | 18.86 | 23.11 | 27.89 | - |
| YUV | 126.73 | 134.92 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 139 | 0.31 | 0 | 0.01 | 0.45 | 178.64 | 0.19 | 0.46 |
| Hex | 60 | 8C | 8B | 1F | 0 | 1 | 2D | B3 | 13 | 2E |
| Octal | 140 | 214 | 213 | 37 | 0 | 1 | 55 | 263 | 23 | 56 |
| Binary | 1100000 | 10001100 | 10001011 | 11111 | 0 | 1 | 101101 | 10110011 | 10011 | 101110 |
Color Harmonies of #608C8B
Complementary color
Monochromatic Colors of #608C8B
Black with #608C8B
Text Example
Text Example
White with #608C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608C8B; }
p { color: rgb(96,140,139); }
H1.HeaderClassName
{
color: #608C8B;
}
.AnyTagClassName
{
color: #608C8B;
}
</style>
background-color css
<style>
a { background-color: #608C8B; }
a { background-color: rgb(96,140,139); }
div.DivClassName
{
background-color: #608C8B;
}
.BgClassName
{
background-color: #608C8B;
}
</style>
border-color css
<style>
span { border-color: #608C8B; }
span { border-color: rgb(96,140,139); }
td.TdClassName
{
border-color: #608C8B;
}
.TagClassName
{
border-color: #608C8B;
}
</style>