Shades of Picton Blue #63A1DB
Tints of Picton Blue #63A1DB
RGB
CMYK
RGB Variations
Color information
#63A1DB (or 0x63A1DB) is known color: Picton Blue. HEX triplet: 63, A1 and DB. RGB value is (99,161,219). Sum of RGB (Red+Green+Blue) = 99+161+219=479 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.67% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #63A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1DB is #9C5E24. Grayscale: #949494. Windows color (decimal): -10247717 or 14393699. OLE color: 14393699.
HSL color Cylindrical-coordinate representation of color #63A1DB: hue angle of 209º 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 #63A1DB is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 161 | 219 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.14 |
| HSL | 209º | 0.63% | 0.62% | - |
| HSV(B) | 209º | 0.55% | 0.86% | - |
| XYZ | 30.68 | 33.26 | 71.82 | - |
| YUV | 149.07 | 167.46 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 219 | 0.55 | 0.26 | 0 | 0.14 | 209 | 0.63 | 0.62 |
| Hex | 63 | A1 | DB | 37 | 1A | 0 | E | D1 | 3E | 3E |
| Octal | 143 | 241 | 333 | 67 | 32 | 0 | 16 | 321 | 76 | 76 |
| Binary | 1100011 | 10100001 | 11011011 | 110111 | 11010 | 0 | 1110 | 11010001 | 111110 | 111110 |
Color Harmonies of #63A1DB
Complementary color
Monochromatic Colors of #63A1DB
Black with #63A1DB
Text Example
Text Example
White with #63A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1DB; }
p { color: rgb(99,161,219); }
H1.HeaderClassName
{
color: #63A1DB;
}
.AnyTagClassName
{
color: #63A1DB;
}
</style>
background-color css
<style>
a { background-color: #63A1DB; }
a { background-color: rgb(99,161,219); }
div.DivClassName
{
background-color: #63A1DB;
}
.BgClassName
{
background-color: #63A1DB;
}
</style>
border-color css
<style>
span { border-color: #63A1DB; }
span { border-color: rgb(99,161,219); }
td.TdClassName
{
border-color: #63A1DB;
}
.TagClassName
{
border-color: #63A1DB;
}
</style>