Shades of Half Baked #669293
Tints of Half Baked #669293
RGB
CMYK
RGB Variations
Color information
#669293 (or 0x669293) is known color: Half Baked. HEX triplet: 66, 92 and 93. RGB value is (102,146,147). Sum of RGB (Red+Green+Blue) = 102+146+147=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #669293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669293 is #996D6C. Grayscale: #848484. Windows color (decimal): -10055021 or 9671270. OLE color: 9671270.
HSL color Cylindrical-coordinate representation of color #669293: hue angle of 181.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #669293 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 146 | 147 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.42 |
| HSL | 181.33º | 0.18% | 0.49% | - |
| HSV(B) | 181.33º | 0.31% | 0.58% | - |
| XYZ | 21.02 | 25.49 | 31.42 | - |
| YUV | 132.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 147 | 0.31 | 0.01 | 0 | 0.42 | 181.33 | 0.18 | 0.49 |
| Hex | 66 | 92 | 93 | 1F | 1 | 0 | 2A | B5 | 12 | 31 |
| Octal | 146 | 222 | 223 | 37 | 1 | 0 | 52 | 265 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10010011 | 11111 | 1 | 0 | 101010 | 10110101 | 10010 | 110001 |
Color Harmonies of #669293
Complementary color
Monochromatic Colors of #669293
Black with #669293
Text Example
Text Example
White with #669293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669293; }
p { color: rgb(102,146,147); }
H1.HeaderClassName
{
color: #669293;
}
.AnyTagClassName
{
color: #669293;
}
</style>
background-color css
<style>
a { background-color: #669293; }
a { background-color: rgb(102,146,147); }
div.DivClassName
{
background-color: #669293;
}
.BgClassName
{
background-color: #669293;
}
</style>
border-color css
<style>
span { border-color: #669293; }
span { border-color: rgb(102,146,147); }
td.TdClassName
{
border-color: #669293;
}
.TagClassName
{
border-color: #669293;
}
</style>