Shades of Half Baked #618C8E
Tints of Half Baked #618C8E
RGB
CMYK
RGB Variations
Color information
#618C8E (or 0x618C8E) is known color: Half Baked. HEX triplet: 61, 8C and 8E. RGB value is (97,140,142). Sum of RGB (Red+Green+Blue) = 97+140+142=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #618C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C8E is #9E7371. Grayscale: #7F7F7F. Windows color (decimal): -10384242 or 9342049. OLE color: 9342049.
HSL color Cylindrical-coordinate representation of color #618C8E: hue angle of 182.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 #618C8E is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 140 | 142 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.44 |
| HSL | 182.67º | 0.19% | 0.47% | - |
| HSV(B) | 182.67º | 0.32% | 0.56% | - |
| XYZ | 19.19 | 23.25 | 29.07 | - |
| YUV | 127.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 142 | 0.32 | 0.01 | 0 | 0.44 | 182.67 | 0.19 | 0.47 |
| Hex | 61 | 8C | 8E | 20 | 1 | 0 | 2C | B7 | 13 | 2F |
| Octal | 141 | 214 | 216 | 40 | 1 | 0 | 54 | 267 | 23 | 57 |
| Binary | 1100001 | 10001100 | 10001110 | 100000 | 1 | 0 | 101100 | 10110111 | 10011 | 101111 |
Color Harmonies of #618C8E
Complementary color
Monochromatic Colors of #618C8E
Black with #618C8E
Text Example
Text Example
White with #618C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618C8E; }
p { color: rgb(97,140,142); }
H1.HeaderClassName
{
color: #618C8E;
}
.AnyTagClassName
{
color: #618C8E;
}
</style>
background-color css
<style>
a { background-color: #618C8E; }
a { background-color: rgb(97,140,142); }
div.DivClassName
{
background-color: #618C8E;
}
.BgClassName
{
background-color: #618C8E;
}
</style>
border-color css
<style>
span { border-color: #618C8E; }
span { border-color: rgb(97,140,142); }
td.TdClassName
{
border-color: #618C8E;
}
.TagClassName
{
border-color: #618C8E;
}
</style>