Shades of Picton Blue #63A2DB
Tints of Picton Blue #63A2DB
RGB
CMYK
RGB Variations
Color information
#63A2DB (or 0x63A2DB) is known color: Picton Blue. HEX triplet: 63, A2 and DB. RGB value is (99,162,219). Sum of RGB (Red+Green+Blue) = 99+162+219=480 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.62% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #63A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A2DB is #9C5D24. Grayscale: #959595. Windows color (decimal): -10247461 or 14393955. OLE color: 14393955.
HSL color Cylindrical-coordinate representation of color #63A2DB: hue angle of 208.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 #63A2DB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 162 | 219 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.14 |
| HSL | 208.5º | 0.63% | 0.62% | - |
| HSV(B) | 208.5º | 0.55% | 0.86% | - |
| XYZ | 30.85 | 33.61 | 71.88 | - |
| YUV | 149.66 | 167.13 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 162 | 219 | 0.55 | 0.26 | 0 | 0.14 | 208.5 | 0.63 | 0.62 |
| Hex | 63 | A2 | DB | 37 | 1A | 0 | E | D0 | 3E | 3E |
| Octal | 143 | 242 | 333 | 67 | 32 | 0 | 16 | 320 | 76 | 76 |
| Binary | 1100011 | 10100010 | 11011011 | 110111 | 11010 | 0 | 1110 | 11010000 | 111110 | 111110 |
Color Harmonies of #63A2DB
Complementary color
Monochromatic Colors of #63A2DB
Black with #63A2DB
Text Example
Text Example
White with #63A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A2DB; }
p { color: rgb(99,162,219); }
H1.HeaderClassName
{
color: #63A2DB;
}
.AnyTagClassName
{
color: #63A2DB;
}
</style>
background-color css
<style>
a { background-color: #63A2DB; }
a { background-color: rgb(99,162,219); }
div.DivClassName
{
background-color: #63A2DB;
}
.BgClassName
{
background-color: #63A2DB;
}
</style>
border-color css
<style>
span { border-color: #63A2DB; }
span { border-color: rgb(99,162,219); }
td.TdClassName
{
border-color: #63A2DB;
}
.TagClassName
{
border-color: #63A2DB;
}
</style>