Shades of Half Baked #619095
Tints of Half Baked #619095
RGB
CMYK
RGB Variations
Color information
#619095 (or 0x619095) is known color: Half Baked. HEX triplet: 61, 90 and 95. RGB value is (97,144,149). Sum of RGB (Red+Green+Blue) = 97+144+149=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 149 - color contains mainly: blue. Hex color #619095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619095 is #9E6F6A. Grayscale: #828282. Windows color (decimal): -10383211 or 9801825. OLE color: 9801825.
HSL color Cylindrical-coordinate representation of color #619095: hue angle of 185.77º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #619095 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 144 | 149 | - |
| CMYK | 0.35 | 0.03 | 0 | 0.42 |
| HSL | 185.77º | 0.21% | 0.48% | - |
| HSV(B) | 185.77º | 0.35% | 0.58% | - |
| XYZ | 20.33 | 24.66 | 32.12 | - |
| YUV | 130.52 | 138.43 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 149 | 0.35 | 0.03 | 0 | 0.42 | 185.77 | 0.21 | 0.48 |
| Hex | 61 | 90 | 95 | 23 | 3 | 0 | 2A | BA | 15 | 30 |
| Octal | 141 | 220 | 225 | 43 | 3 | 0 | 52 | 272 | 25 | 60 |
| Binary | 1100001 | 10010000 | 10010101 | 100011 | 11 | 0 | 101010 | 10111010 | 10101 | 110000 |
Color Harmonies of #619095
Complementary color
Monochromatic Colors of #619095
Black with #619095
Text Example
Text Example
White with #619095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619095; }
p { color: rgb(97,144,149); }
H1.HeaderClassName
{
color: #619095;
}
.AnyTagClassName
{
color: #619095;
}
</style>
background-color css
<style>
a { background-color: #619095; }
a { background-color: rgb(97,144,149); }
div.DivClassName
{
background-color: #619095;
}
.BgClassName
{
background-color: #619095;
}
</style>
border-color css
<style>
span { border-color: #619095; }
span { border-color: rgb(97,144,149); }
td.TdClassName
{
border-color: #619095;
}
.TagClassName
{
border-color: #619095;
}
</style>