Shades of Half Baked #618788
Tints of Half Baked #618788
RGB
CMYK
RGB Variations
Color information
#618788 (or 0x618788) is known color: Half Baked. HEX triplet: 61, 87 and 88. RGB value is (97,135,136). Sum of RGB (Red+Green+Blue) = 97+135+136=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #618788 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618788 is #9E7877. Grayscale: #7B7B7B. Windows color (decimal): -10385528 or 8947553. OLE color: 8947553.
HSL color Cylindrical-coordinate representation of color #618788: hue angle of 181.54º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #618788 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 135 | 136 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.47 |
| HSL | 181.54º | 0.17% | 0.46% | - |
| HSV(B) | 181.54º | 0.29% | 0.53% | - |
| XYZ | 18.04 | 21.65 | 26.52 | - |
| YUV | 123.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 135 | 136 | 0.29 | 0.01 | 0 | 0.47 | 181.54 | 0.17 | 0.46 |
| Hex | 61 | 87 | 88 | 1D | 1 | 0 | 2F | B6 | 11 | 2E |
| Octal | 141 | 207 | 210 | 35 | 1 | 0 | 57 | 266 | 21 | 56 |
| Binary | 1100001 | 10000111 | 10001000 | 11101 | 1 | 0 | 101111 | 10110110 | 10001 | 101110 |
Color Harmonies of #618788
Complementary color
Monochromatic Colors of #618788
Black with #618788
Text Example
Text Example
White with #618788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618788; }
p { color: rgb(97,135,136); }
H1.HeaderClassName
{
color: #618788;
}
.AnyTagClassName
{
color: #618788;
}
</style>
background-color css
<style>
a { background-color: #618788; }
a { background-color: rgb(97,135,136); }
div.DivClassName
{
background-color: #618788;
}
.BgClassName
{
background-color: #618788;
}
</style>
border-color css
<style>
span { border-color: #618788; }
span { border-color: rgb(97,135,136); }
td.TdClassName
{
border-color: #618788;
}
.TagClassName
{
border-color: #618788;
}
</style>