Shades of Half Baked #618E8D
Tints of Half Baked #618E8D
RGB
CMYK
RGB Variations
Color information
#618E8D (or 0x618E8D) is known color: Half Baked. HEX triplet: 61, 8E and 8D. RGB value is (97,142,141). Sum of RGB (Red+Green+Blue) = 97+142+141=380 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.53% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #618E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618E8D is #9E7172. Grayscale: #808080. Windows color (decimal): -10383731 or 9277025. OLE color: 9277025.
HSL color Cylindrical-coordinate representation of color #618E8D: hue angle of 178.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #618E8D is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 142 | 141 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.44 |
| HSL | 178.67º | 0.19% | 0.47% | - |
| HSV(B) | 178.67º | 0.32% | 0.56% | - |
| XYZ | 19.41 | 23.81 | 28.77 | - |
| YUV | 128.43 | 135.09 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 141 | 0.32 | 0 | 0.01 | 0.44 | 178.67 | 0.19 | 0.47 |
| Hex | 61 | 8E | 8D | 20 | 0 | 1 | 2C | B3 | 13 | 2F |
| Octal | 141 | 216 | 215 | 40 | 0 | 1 | 54 | 263 | 23 | 57 |
| Binary | 1100001 | 10001110 | 10001101 | 100000 | 0 | 1 | 101100 | 10110011 | 10011 | 101111 |
Color Harmonies of #618E8D
Complementary color
Monochromatic Colors of #618E8D
Black with #618E8D
Text Example
Text Example
White with #618E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618E8D; }
p { color: rgb(97,142,141); }
H1.HeaderClassName
{
color: #618E8D;
}
.AnyTagClassName
{
color: #618E8D;
}
</style>
background-color css
<style>
a { background-color: #618E8D; }
a { background-color: rgb(97,142,141); }
div.DivClassName
{
background-color: #618E8D;
}
.BgClassName
{
background-color: #618E8D;
}
</style>
border-color css
<style>
span { border-color: #618E8D; }
span { border-color: rgb(97,142,141); }
td.TdClassName
{
border-color: #618E8D;
}
.TagClassName
{
border-color: #618E8D;
}
</style>