Shades of Half Baked #659394
Tints of Half Baked #659394
RGB
CMYK
RGB Variations
Color information
#659394 (or 0x659394) is known color: Half Baked. HEX triplet: 65, 93 and 94. RGB value is (101,147,148). Sum of RGB (Red+Green+Blue) = 101+147+148=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 147 (57.81% from 255 or 37.12% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 148 - color contains mainly: blue. Hex color #659394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659394 is #9A6C6B. Grayscale: #858585. Windows color (decimal): -10120300 or 9737061. OLE color: 9737061.
HSL color Cylindrical-coordinate representation of color #659394: hue angle of 181.28º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #659394 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 148 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.42 |
| HSL | 181.28º | 0.19% | 0.49% | - |
| HSV(B) | 181.28º | 0.32% | 0.58% | - |
| XYZ | 21.15 | 25.77 | 31.88 | - |
| YUV | 133.36 | 136.26 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 148 | 0.32 | 0.01 | 0 | 0.42 | 181.28 | 0.19 | 0.49 |
| Hex | 65 | 93 | 94 | 20 | 1 | 0 | 2A | B5 | 13 | 31 |
| Octal | 145 | 223 | 224 | 40 | 1 | 0 | 52 | 265 | 23 | 61 |
| Binary | 1100101 | 10010011 | 10010100 | 100000 | 1 | 0 | 101010 | 10110101 | 10011 | 110001 |
Color Harmonies of #659394
Complementary color
Monochromatic Colors of #659394
Black with #659394
Text Example
Text Example
White with #659394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659394; }
p { color: rgb(101,147,148); }
H1.HeaderClassName
{
color: #659394;
}
.AnyTagClassName
{
color: #659394;
}
</style>
background-color css
<style>
a { background-color: #659394; }
a { background-color: rgb(101,147,148); }
div.DivClassName
{
background-color: #659394;
}
.BgClassName
{
background-color: #659394;
}
</style>
border-color css
<style>
span { border-color: #659394; }
span { border-color: rgb(101,147,148); }
td.TdClassName
{
border-color: #659394;
}
.TagClassName
{
border-color: #659394;
}
</style>