Shades of Half Baked #648D8E
Tints of Half Baked #648D8E
RGB
CMYK
RGB Variations
Color information
#648D8E (or 0x648D8E) is known color: Half Baked. HEX triplet: 64, 8D and 8E. RGB value is (100,141,142). Sum of RGB (Red+Green+Blue) = 100+141+142=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #648D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D8E is #9B7271. Grayscale: #808080. Windows color (decimal): -10187378 or 9342308. OLE color: 9342308.
HSL color Cylindrical-coordinate representation of color #648D8E: hue angle of 181.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648D8E is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 141 | 142 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.44 |
| HSL | 181.43º | 0.17% | 0.47% | - |
| HSV(B) | 181.43º | 0.3% | 0.56% | - |
| XYZ | 19.66 | 23.71 | 29.13 | - |
| YUV | 128.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 142 | 0.30 | 0.01 | 0 | 0.44 | 181.43 | 0.17 | 0.47 |
| Hex | 64 | 8D | 8E | 1E | 1 | 0 | 2C | B5 | 11 | 2F |
| Octal | 144 | 215 | 216 | 36 | 1 | 0 | 54 | 265 | 21 | 57 |
| Binary | 1100100 | 10001101 | 10001110 | 11110 | 1 | 0 | 101100 | 10110101 | 10001 | 101111 |
Color Harmonies of #648D8E
Complementary color
Monochromatic Colors of #648D8E
Black with #648D8E
Text Example
Text Example
White with #648D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D8E; }
p { color: rgb(100,141,142); }
H1.HeaderClassName
{
color: #648D8E;
}
.AnyTagClassName
{
color: #648D8E;
}
</style>
background-color css
<style>
a { background-color: #648D8E; }
a { background-color: rgb(100,141,142); }
div.DivClassName
{
background-color: #648D8E;
}
.BgClassName
{
background-color: #648D8E;
}
</style>
border-color css
<style>
span { border-color: #648D8E; }
span { border-color: rgb(100,141,142); }
td.TdClassName
{
border-color: #648D8E;
}
.TagClassName
{
border-color: #648D8E;
}
</style>