Shades of Half Baked #618C90
Tints of Half Baked #618C90
RGB
CMYK
RGB Variations
Color information
#618C90 (or 0x618C90) is known color: Half Baked. HEX triplet: 61, 8C and 90. RGB value is (97,140,144). Sum of RGB (Red+Green+Blue) = 97+140+144=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 140 (55.08% from 255 or 36.75% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 144 - color contains mainly: blue. Hex color #618C90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618C90 is #9E736F. Grayscale: #7F7F7F. Windows color (decimal): -10384240 or 9473121. OLE color: 9473121.
HSL color Cylindrical-coordinate representation of color #618C90: hue angle of 185.11º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #618C90 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 140 | 144 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.44 |
| HSL | 185.11º | 0.2% | 0.47% | - |
| HSV(B) | 185.11º | 0.33% | 0.56% | - |
| XYZ | 19.34 | 23.31 | 29.87 | - |
| YUV | 127.6 | 137.25 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 144 | 0.33 | 0.03 | 0 | 0.44 | 185.11 | 0.2 | 0.47 |
| Hex | 61 | 8C | 90 | 21 | 3 | 0 | 2C | B9 | 14 | 2F |
| Octal | 141 | 214 | 220 | 41 | 3 | 0 | 54 | 271 | 24 | 57 |
| Binary | 1100001 | 10001100 | 10010000 | 100001 | 11 | 0 | 101100 | 10111001 | 10100 | 101111 |
Color Harmonies of #618C90
Complementary color
Monochromatic Colors of #618C90
Black with #618C90
Text Example
Text Example
White with #618C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618C90; }
p { color: rgb(97,140,144); }
H1.HeaderClassName
{
color: #618C90;
}
.AnyTagClassName
{
color: #618C90;
}
</style>
background-color css
<style>
a { background-color: #618C90; }
a { background-color: rgb(97,140,144); }
div.DivClassName
{
background-color: #618C90;
}
.BgClassName
{
background-color: #618C90;
}
</style>
border-color css
<style>
span { border-color: #618C90; }
span { border-color: rgb(97,140,144); }
td.TdClassName
{
border-color: #618C90;
}
.TagClassName
{
border-color: #618C90;
}
</style>