Shades of Half Baked #669294
Tints of Half Baked #669294
RGB
CMYK
RGB Variations
Color information
#669294 (or 0x669294) is known color: Half Baked. HEX triplet: 66, 92 and 94. RGB value is (102,146,148). Sum of RGB (Red+Green+Blue) = 102+146+148=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 146 (57.42% from 255 or 36.87% 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 #669294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669294 is #996D6B. Grayscale: #858585. Windows color (decimal): -10055020 or 9736806. OLE color: 9736806.
HSL color Cylindrical-coordinate representation of color #669294: hue angle of 182.61º 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 #669294 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 146 | 148 | - |
| CMYK | 0.31 | 0.01 | 0 | 0.42 |
| HSL | 182.61º | 0.18% | 0.49% | - |
| HSV(B) | 182.61º | 0.31% | 0.58% | - |
| XYZ | 21.1 | 25.52 | 31.83 | - |
| YUV | 133.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 146 | 148 | 0.31 | 0.01 | 0 | 0.42 | 182.61 | 0.18 | 0.49 |
| Hex | 66 | 92 | 94 | 1F | 1 | 0 | 2A | B7 | 12 | 31 |
| Octal | 146 | 222 | 224 | 37 | 1 | 0 | 52 | 267 | 22 | 61 |
| Binary | 1100110 | 10010010 | 10010100 | 11111 | 1 | 0 | 101010 | 10110111 | 10010 | 110001 |
Color Harmonies of #669294
Complementary color
Monochromatic Colors of #669294
Black with #669294
Text Example
Text Example
White with #669294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669294; }
p { color: rgb(102,146,148); }
H1.HeaderClassName
{
color: #669294;
}
.AnyTagClassName
{
color: #669294;
}
</style>
background-color css
<style>
a { background-color: #669294; }
a { background-color: rgb(102,146,148); }
div.DivClassName
{
background-color: #669294;
}
.BgClassName
{
background-color: #669294;
}
</style>
border-color css
<style>
span { border-color: #669294; }
span { border-color: rgb(102,146,148); }
td.TdClassName
{
border-color: #669294;
}
.TagClassName
{
border-color: #669294;
}
</style>