Shades of Half Baked #628887
Tints of Half Baked #628887
RGB
CMYK
RGB Variations
Color information
#628887 (or 0x628887) is known color: Half Baked. HEX triplet: 62, 88 and 87. RGB value is (98,136,135). Sum of RGB (Red+Green+Blue) = 98+136+135=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #628887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628887 is #9D7778. Grayscale: #7C7C7C. Windows color (decimal): -10319737 or 8882274. OLE color: 8882274.
HSL color Cylindrical-coordinate representation of color #628887: hue angle of 178.42º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #628887 is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 135 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.47 |
| HSL | 178.42º | 0.16% | 0.46% | - |
| HSV(B) | 178.42º | 0.28% | 0.53% | - |
| XYZ | 18.21 | 21.95 | 26.2 | - |
| YUV | 124.52 | 133.91 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 135 | 0.28 | 0 | 0.01 | 0.47 | 178.42 | 0.16 | 0.46 |
| Hex | 62 | 88 | 87 | 1C | 0 | 1 | 2F | B2 | 10 | 2E |
| Octal | 142 | 210 | 207 | 34 | 0 | 1 | 57 | 262 | 20 | 56 |
| Binary | 1100010 | 10001000 | 10000111 | 11100 | 0 | 1 | 101111 | 10110010 | 10000 | 101110 |
Color Harmonies of #628887
Complementary color
Monochromatic Colors of #628887
Black with #628887
Text Example
Text Example
White with #628887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628887; }
p { color: rgb(98,136,135); }
H1.HeaderClassName
{
color: #628887;
}
.AnyTagClassName
{
color: #628887;
}
</style>
background-color css
<style>
a { background-color: #628887; }
a { background-color: rgb(98,136,135); }
div.DivClassName
{
background-color: #628887;
}
.BgClassName
{
background-color: #628887;
}
</style>
border-color css
<style>
span { border-color: #628887; }
span { border-color: rgb(98,136,135); }
td.TdClassName
{
border-color: #628887;
}
.TagClassName
{
border-color: #628887;
}
</style>