Shades of Picton Blue #63A0D8
Tints of Picton Blue #63A0D8
RGB
CMYK
RGB Variations
Color information
#63A0D8 (or 0x63A0D8) is known color: Picton Blue. HEX triplet: 63, A0 and D8. RGB value is (99,160,216). Sum of RGB (Red+Green+Blue) = 99+160+216=475 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.84% from 475); Green value is 160 (62.89% from 255 or 33.68% from 475); Blue value is 216 (84.77% from 255 or 45.47% from 475); Max value from RGB is 216 - color contains mainly: blue. Hex color #63A0D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0D8 is #9C5F27. Grayscale: #939393. Windows color (decimal): -10247976 or 14196835. OLE color: 14196835.
HSL color Cylindrical-coordinate representation of color #63A0D8: hue angle of 208.72º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63A0D8 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 160 | 216 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.15 |
| HSL | 208.72º | 0.6% | 0.62% | - |
| HSV(B) | 208.72º | 0.54% | 0.85% | - |
| XYZ | 30.11 | 32.75 | 69.7 | - |
| YUV | 148.15 | 166.29 | 92.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 216 | 0.54 | 0.26 | 0 | 0.15 | 208.72 | 0.6 | 0.62 |
| Hex | 63 | A0 | D8 | 36 | 1A | 0 | F | D1 | 3C | 3E |
| Octal | 143 | 240 | 330 | 66 | 32 | 0 | 17 | 321 | 74 | 76 |
| Binary | 1100011 | 10100000 | 11011000 | 110110 | 11010 | 0 | 1111 | 11010001 | 111100 | 111110 |
Color Harmonies of #63A0D8
Complementary color
Monochromatic Colors of #63A0D8
Black with #63A0D8
Text Example
Text Example
White with #63A0D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A0D8; }
p { color: rgb(99,160,216); }
H1.HeaderClassName
{
color: #63A0D8;
}
.AnyTagClassName
{
color: #63A0D8;
}
</style>
background-color css
<style>
a { background-color: #63A0D8; }
a { background-color: rgb(99,160,216); }
div.DivClassName
{
background-color: #63A0D8;
}
.BgClassName
{
background-color: #63A0D8;
}
</style>
border-color css
<style>
span { border-color: #63A0D8; }
span { border-color: rgb(99,160,216); }
td.TdClassName
{
border-color: #63A0D8;
}
.TagClassName
{
border-color: #63A0D8;
}
</style>