Shades of Picton Blue #63A0D5
Tints of Picton Blue #63A0D5
RGB
CMYK
RGB Variations
Color information
#63A0D5 (or 0x63A0D5) is known color: Picton Blue. HEX triplet: 63, A0 and D5. RGB value is (99,160,213). Sum of RGB (Red+Green+Blue) = 99+160+213=472 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.97% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 213 (83.59% from 255 or 45.13% from 472); Max value from RGB is 213 - color contains mainly: blue. Hex color #63A0D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A0D5 is #9C5F2A. Grayscale: #939393. Windows color (decimal): -10247979 or 14000227. OLE color: 14000227.
HSL color Cylindrical-coordinate representation of color #63A0D5: hue angle of 207.89º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63A0D5 is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 99 | 160 | 213 | - |
| CMYK | 0.54 | 0.25 | 0 | 0.16 |
| HSL | 207.89º | 0.58% | 0.61% | - |
| HSV(B) | 207.89º | 0.54% | 0.84% | - |
| XYZ | 29.73 | 32.6 | 67.68 | - |
| YUV | 147.8 | 164.79 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 160 | 213 | 0.54 | 0.25 | 0 | 0.16 | 207.89 | 0.58 | 0.61 |
| Hex | 63 | A0 | D5 | 36 | 19 | 0 | 10 | D0 | 3A | 3D |
| Octal | 143 | 240 | 325 | 66 | 31 | 0 | 20 | 320 | 72 | 75 |
| Binary | 1100011 | 10100000 | 11010101 | 110110 | 11001 | 0 | 10000 | 11010000 | 111010 | 111101 |
Color Harmonies of #63A0D5
Complementary color
Monochromatic Colors of #63A0D5
Black with #63A0D5
Text Example
Text Example
White with #63A0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A0D5; }
p { color: rgb(99,160,213); }
H1.HeaderClassName
{
color: #63A0D5;
}
.AnyTagClassName
{
color: #63A0D5;
}
</style>
background-color css
<style>
a { background-color: #63A0D5; }
a { background-color: rgb(99,160,213); }
div.DivClassName
{
background-color: #63A0D5;
}
.BgClassName
{
background-color: #63A0D5;
}
</style>
border-color css
<style>
span { border-color: #63A0D5; }
span { border-color: rgb(99,160,213); }
td.TdClassName
{
border-color: #63A0D5;
}
.TagClassName
{
border-color: #63A0D5;
}
</style>