Shades of Half Baked #669091
Tints of Half Baked #669091
RGB
CMYK
RGB Variations
Color information
#669091 (or 0x669091) is known color: Half Baked. HEX triplet: 66, 90 and 91. RGB value is (102,144,145). Sum of RGB (Red+Green+Blue) = 102+144+145=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 145 (57.03% from 255 or 37.08% from 391); Max value from RGB is 145 - color contains mainly: blue. Hex color #669091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669091 is #996F6E. Grayscale: #838383. Windows color (decimal): -10055535 or 9539686. OLE color: 9539686.
HSL color Cylindrical-coordinate representation of color #669091: hue angle of 181.4º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #669091 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 144 | 145 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.43 |
| HSL | 181.4º | 0.17% | 0.48% | - |
| HSV(B) | 181.4º | 0.3% | 0.57% | - |
| XYZ | 20.56 | 24.82 | 30.49 | - |
| YUV | 131.56 | 135.59 | 106.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 144 | 145 | 0.30 | 0.01 | 0 | 0.43 | 181.4 | 0.17 | 0.48 |
| Hex | 66 | 90 | 91 | 1E | 1 | 0 | 2B | B5 | 11 | 30 |
| Octal | 146 | 220 | 221 | 36 | 1 | 0 | 53 | 265 | 21 | 60 |
| Binary | 1100110 | 10010000 | 10010001 | 11110 | 1 | 0 | 101011 | 10110101 | 10001 | 110000 |
Color Harmonies of #669091
Complementary color
Monochromatic Colors of #669091
Black with #669091
Text Example
Text Example
White with #669091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669091; }
p { color: rgb(102,144,145); }
H1.HeaderClassName
{
color: #669091;
}
.AnyTagClassName
{
color: #669091;
}
</style>
background-color css
<style>
a { background-color: #669091; }
a { background-color: rgb(102,144,145); }
div.DivClassName
{
background-color: #669091;
}
.BgClassName
{
background-color: #669091;
}
</style>
border-color css
<style>
span { border-color: #669091; }
span { border-color: rgb(102,144,145); }
td.TdClassName
{
border-color: #669091;
}
.TagClassName
{
border-color: #669091;
}
</style>