Shades of Half Baked #628F91
Tints of Half Baked #628F91
RGB
CMYK
RGB Variations
Color information
#628F91 (or 0x628F91) is known color: Half Baked. HEX triplet: 62, 8F and 91. RGB value is (98,143,145). Sum of RGB (Red+Green+Blue) = 98+143+145=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #628F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F91 is #9D706E. Grayscale: #818181. Windows color (decimal): -10317935 or 9539426. OLE color: 9539426.
HSL color Cylindrical-coordinate representation of color #628F91: hue angle of 182.55º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #628F91 is Cyan = 0.32, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 143 | 145 | - |
| CMYK | 0.32 | 0.01 | 0 | 0.43 |
| HSL | 182.55º | 0.19% | 0.48% | - |
| HSV(B) | 182.55º | 0.32% | 0.57% | - |
| XYZ | 19.97 | 24.29 | 30.42 | - |
| YUV | 129.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 143 | 145 | 0.32 | 0.01 | 0 | 0.43 | 182.55 | 0.19 | 0.48 |
| Hex | 62 | 8F | 91 | 20 | 1 | 0 | 2B | B7 | 13 | 30 |
| Octal | 142 | 217 | 221 | 40 | 1 | 0 | 53 | 267 | 23 | 60 |
| Binary | 1100010 | 10001111 | 10010001 | 100000 | 1 | 0 | 101011 | 10110111 | 10011 | 110000 |
Color Harmonies of #628F91
Complementary color
Monochromatic Colors of #628F91
Black with #628F91
Text Example
Text Example
White with #628F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628F91; }
p { color: rgb(98,143,145); }
H1.HeaderClassName
{
color: #628F91;
}
.AnyTagClassName
{
color: #628F91;
}
</style>
background-color css
<style>
a { background-color: #628F91; }
a { background-color: rgb(98,143,145); }
div.DivClassName
{
background-color: #628F91;
}
.BgClassName
{
background-color: #628F91;
}
</style>
border-color css
<style>
span { border-color: #628F91; }
span { border-color: rgb(98,143,145); }
td.TdClassName
{
border-color: #628F91;
}
.TagClassName
{
border-color: #628F91;
}
</style>