Shades of Half Baked #608A8B
Tints of Half Baked #608A8B
RGB
CMYK
RGB Variations
Color information
#608A8B (or 0x608A8B) is known color: Half Baked. HEX triplet: 60, 8A and 8B. RGB value is (96,138,139). Sum of RGB (Red+Green+Blue) = 96+138+139=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 139 (54.69% from 255 or 37.27% from 373); Max value from RGB is 139 - color contains mainly: blue. Hex color #608A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608A8B is #9F7574. Grayscale: #7D7D7D. Windows color (decimal): -10450293 or 9144928. OLE color: 9144928.
HSL color Cylindrical-coordinate representation of color #608A8B: hue angle of 181.4º degrees, saturation: 0.18, 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 #608A8B is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 96 | 138 | 139 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.45 |
| HSL | 181.4º | 0.18% | 0.46% | - |
| HSV(B) | 181.4º | 0.31% | 0.55% | - |
| XYZ | 18.57 | 22.53 | 27.8 | - |
| YUV | 125.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 138 | 139 | 0.31 | 0.01 | 0 | 0.45 | 181.4 | 0.18 | 0.46 |
| Hex | 60 | 8A | 8B | 1F | 1 | 0 | 2D | B5 | 12 | 2E |
| Octal | 140 | 212 | 213 | 37 | 1 | 0 | 55 | 265 | 22 | 56 |
| Binary | 1100000 | 10001010 | 10001011 | 11111 | 1 | 0 | 101101 | 10110101 | 10010 | 101110 |
Color Harmonies of #608A8B
Complementary color
Monochromatic Colors of #608A8B
Black with #608A8B
Text Example
Text Example
White with #608A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608A8B; }
p { color: rgb(96,138,139); }
H1.HeaderClassName
{
color: #608A8B;
}
.AnyTagClassName
{
color: #608A8B;
}
</style>
background-color css
<style>
a { background-color: #608A8B; }
a { background-color: rgb(96,138,139); }
div.DivClassName
{
background-color: #608A8B;
}
.BgClassName
{
background-color: #608A8B;
}
</style>
border-color css
<style>
span { border-color: #608A8B; }
span { border-color: rgb(96,138,139); }
td.TdClassName
{
border-color: #608A8B;
}
.TagClassName
{
border-color: #608A8B;
}
</style>