Shades of Half Baked #638A8B
Tints of Half Baked #638A8B
RGB
CMYK
RGB Variations
Color information
#638A8B (or 0x638A8B) is known color: Half Baked. HEX triplet: 63, 8A and 8B. RGB value is (99,138,139). Sum of RGB (Red+Green+Blue) = 99+138+139=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 139 - color contains mainly: blue. Hex color #638A8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638A8B is #9C7574. Grayscale: #7E7E7E. Windows color (decimal): -10253685 or 9144931. OLE color: 9144931.
HSL color Cylindrical-coordinate representation of color #638A8B: hue angle of 181.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638A8B is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 138 | 139 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.45 |
| HSL | 181.5º | 0.17% | 0.47% | - |
| HSV(B) | 181.5º | 0.29% | 0.55% | - |
| XYZ | 18.89 | 22.69 | 27.81 | - |
| YUV | 126.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 138 | 139 | 0.29 | 0.01 | 0 | 0.45 | 181.5 | 0.17 | 0.47 |
| Hex | 63 | 8A | 8B | 1D | 1 | 0 | 2D | B6 | 11 | 2F |
| Octal | 143 | 212 | 213 | 35 | 1 | 0 | 55 | 266 | 21 | 57 |
| Binary | 1100011 | 10001010 | 10001011 | 11101 | 1 | 0 | 101101 | 10110110 | 10001 | 101111 |
Color Harmonies of #638A8B
Complementary color
Monochromatic Colors of #638A8B
Black with #638A8B
Text Example
Text Example
White with #638A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638A8B; }
p { color: rgb(99,138,139); }
H1.HeaderClassName
{
color: #638A8B;
}
.AnyTagClassName
{
color: #638A8B;
}
</style>
background-color css
<style>
a { background-color: #638A8B; }
a { background-color: rgb(99,138,139); }
div.DivClassName
{
background-color: #638A8B;
}
.BgClassName
{
background-color: #638A8B;
}
</style>
border-color css
<style>
span { border-color: #638A8B; }
span { border-color: rgb(99,138,139); }
td.TdClassName
{
border-color: #638A8B;
}
.TagClassName
{
border-color: #638A8B;
}
</style>