Shades of Picton Blue #63A3DB
Tints of Picton Blue #63A3DB
RGB
CMYK
RGB Variations
Color information
#63A3DB (or 0x63A3DB) is known color: Picton Blue. HEX triplet: 63, A3 and DB. RGB value is (99,163,219). Sum of RGB (Red+Green+Blue) = 99+163+219=481 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.58% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #63A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3DB is #9C5C24. Grayscale: #959595. Windows color (decimal): -10247205 or 14394211. OLE color: 14394211.
HSL color Cylindrical-coordinate representation of color #63A3DB: hue angle of 208º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A3DB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 163 | 219 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.14 |
| HSL | 208º | 0.63% | 0.62% | - |
| HSV(B) | 208º | 0.55% | 0.86% | - |
| XYZ | 31.03 | 33.96 | 71.94 | - |
| YUV | 150.25 | 166.8 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 219 | 0.55 | 0.26 | 0 | 0.14 | 208 | 0.63 | 0.62 |
| Hex | 63 | A3 | DB | 37 | 1A | 0 | E | D0 | 3E | 3E |
| Octal | 143 | 243 | 333 | 67 | 32 | 0 | 16 | 320 | 76 | 76 |
| Binary | 1100011 | 10100011 | 11011011 | 110111 | 11010 | 0 | 1110 | 11010000 | 111110 | 111110 |
Color Harmonies of #63A3DB
Complementary color
Monochromatic Colors of #63A3DB
Black with #63A3DB
Text Example
Text Example
White with #63A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A3DB; }
p { color: rgb(99,163,219); }
H1.HeaderClassName
{
color: #63A3DB;
}
.AnyTagClassName
{
color: #63A3DB;
}
</style>
background-color css
<style>
a { background-color: #63A3DB; }
a { background-color: rgb(99,163,219); }
div.DivClassName
{
background-color: #63A3DB;
}
.BgClassName
{
background-color: #63A3DB;
}
</style>
border-color css
<style>
span { border-color: #63A3DB; }
span { border-color: rgb(99,163,219); }
td.TdClassName
{
border-color: #63A3DB;
}
.TagClassName
{
border-color: #63A3DB;
}
</style>