Shades of Half Baked #618B8A
Tints of Half Baked #618B8A
RGB
CMYK
RGB Variations
Color information
#618B8A (or 0x618B8A) is known color: Half Baked. HEX triplet: 61, 8B and 8A. RGB value is (97,139,138). Sum of RGB (Red+Green+Blue) = 97+139+138=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 139 - color contains mainly: green. Hex color #618B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618B8A is #9E7475. Grayscale: #7E7E7E. Windows color (decimal): -10384502 or 9079649. OLE color: 9079649.
HSL color Cylindrical-coordinate representation of color #618B8A: hue angle of 178.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618B8A is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 97 | 139 | 138 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.45 |
| HSL | 178.57º | 0.18% | 0.46% | - |
| HSV(B) | 178.57º | 0.3% | 0.55% | - |
| XYZ | 18.75 | 22.84 | 27.47 | - |
| YUV | 126.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 139 | 138 | 0.30 | 0 | 0.01 | 0.45 | 178.57 | 0.18 | 0.46 |
| Hex | 61 | 8B | 8A | 1E | 0 | 1 | 2D | B3 | 12 | 2E |
| Octal | 141 | 213 | 212 | 36 | 0 | 1 | 55 | 263 | 22 | 56 |
| Binary | 1100001 | 10001011 | 10001010 | 11110 | 0 | 1 | 101101 | 10110011 | 10010 | 101110 |
Color Harmonies of #618B8A
Complementary color
Monochromatic Colors of #618B8A
Black with #618B8A
Text Example
Text Example
White with #618B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618B8A; }
p { color: rgb(97,139,138); }
H1.HeaderClassName
{
color: #618B8A;
}
.AnyTagClassName
{
color: #618B8A;
}
</style>
background-color css
<style>
a { background-color: #618B8A; }
a { background-color: rgb(97,139,138); }
div.DivClassName
{
background-color: #618B8A;
}
.BgClassName
{
background-color: #618B8A;
}
</style>
border-color css
<style>
span { border-color: #618B8A; }
span { border-color: rgb(97,139,138); }
td.TdClassName
{
border-color: #618B8A;
}
.TagClassName
{
border-color: #618B8A;
}
</style>