Shades of Half Baked #628F93
Tints of Half Baked #628F93
RGB
CMYK
RGB Variations
Color information
#628F93 (or 0x628F93) is known color: Half Baked. HEX triplet: 62, 8F and 93. RGB value is (98,143,147). Sum of RGB (Red+Green+Blue) = 98+143+147=388 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.26% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 147 - color contains mainly: blue. Hex color #628F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F93 is #9D706C. Grayscale: #818181. Windows color (decimal): -10317933 or 9670498. OLE color: 9670498.
HSL color Cylindrical-coordinate representation of color #628F93: hue angle of 184.9º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628F93 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 143 | 147 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.42 |
| HSL | 184.9º | 0.2% | 0.48% | - |
| HSV(B) | 184.9º | 0.33% | 0.58% | - |
| XYZ | 20.13 | 24.35 | 31.24 | - |
| YUV | 130 | 137.59 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 147 | 0.33 | 0.03 | 0 | 0.42 | 184.9 | 0.2 | 0.48 |
| Hex | 62 | 8F | 93 | 21 | 3 | 0 | 2A | B9 | 14 | 30 |
| Octal | 142 | 217 | 223 | 41 | 3 | 0 | 52 | 271 | 24 | 60 |
| Binary | 1100010 | 10001111 | 10010011 | 100001 | 11 | 0 | 101010 | 10111001 | 10100 | 110000 |
Color Harmonies of #628F93
Complementary color
Monochromatic Colors of #628F93
Black with #628F93
Text Example
Text Example
White with #628F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F93; }
p { color: rgb(98,143,147); }
H1.HeaderClassName
{
color: #628F93;
}
.AnyTagClassName
{
color: #628F93;
}
</style>
background-color css
<style>
a { background-color: #628F93; }
a { background-color: rgb(98,143,147); }
div.DivClassName
{
background-color: #628F93;
}
.BgClassName
{
background-color: #628F93;
}
</style>
border-color css
<style>
span { border-color: #628F93; }
span { border-color: rgb(98,143,147); }
td.TdClassName
{
border-color: #628F93;
}
.TagClassName
{
border-color: #628F93;
}
</style>