Shades of Picton Blue #63A6DB
Tints of Picton Blue #63A6DB
RGB
CMYK
RGB Variations
Color information
#63A6DB (or 0x63A6DB) is known color: Picton Blue. HEX triplet: 63, A6 and DB. RGB value is (99,166,219). Sum of RGB (Red+Green+Blue) = 99+166+219=484 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.45% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #63A6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A6DB is #9C5924. Grayscale: #979797. Windows color (decimal): -10246437 or 14394979. OLE color: 14394979.
HSL color Cylindrical-coordinate representation of color #63A6DB: hue angle of 206.5º 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 #63A6DB is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 166 | 219 | - |
| CMYK | 0.55 | 0.24 | 0 | 0.14 |
| HSL | 206.5º | 0.63% | 0.62% | - |
| HSV(B) | 206.5º | 0.55% | 0.86% | - |
| XYZ | 31.57 | 35.04 | 72.12 | - |
| YUV | 152.01 | 165.8 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 219 | 0.55 | 0.24 | 0 | 0.14 | 206.5 | 0.63 | 0.62 |
| Hex | 63 | A6 | DB | 37 | 18 | 0 | E | CE | 3E | 3E |
| Octal | 143 | 246 | 333 | 67 | 30 | 0 | 16 | 316 | 76 | 76 |
| Binary | 1100011 | 10100110 | 11011011 | 110111 | 11000 | 0 | 1110 | 11001110 | 111110 | 111110 |
Color Harmonies of #63A6DB
Complementary color
Monochromatic Colors of #63A6DB
Black with #63A6DB
Text Example
Text Example
White with #63A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A6DB; }
p { color: rgb(99,166,219); }
H1.HeaderClassName
{
color: #63A6DB;
}
.AnyTagClassName
{
color: #63A6DB;
}
</style>
background-color css
<style>
a { background-color: #63A6DB; }
a { background-color: rgb(99,166,219); }
div.DivClassName
{
background-color: #63A6DB;
}
.BgClassName
{
background-color: #63A6DB;
}
</style>
border-color css
<style>
span { border-color: #63A6DB; }
span { border-color: rgb(99,166,219); }
td.TdClassName
{
border-color: #63A6DB;
}
.TagClassName
{
border-color: #63A6DB;
}
</style>