Shades of Picton Blue #63A5DB
Tints of Picton Blue #63A5DB
RGB
CMYK
RGB Variations
Color information
#63A5DB (or 0x63A5DB) is known color: Picton Blue. HEX triplet: 63, A5 and DB. RGB value is (99,165,219). Sum of RGB (Red+Green+Blue) = 99+165+219=483 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.50% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #63A5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A5DB is #9C5A24. Grayscale: #979797. Windows color (decimal): -10246693 or 14394723. OLE color: 14394723.
HSL color Cylindrical-coordinate representation of color #63A5DB: hue angle of 207º 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 #63A5DB is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 165 | 219 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.14 |
| HSL | 207º | 0.63% | 0.62% | - |
| HSV(B) | 207º | 0.55% | 0.86% | - |
| XYZ | 31.39 | 34.68 | 72.06 | - |
| YUV | 151.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 165 | 219 | 0.55 | 0.25 | 0 | 0.14 | 207 | 0.63 | 0.62 |
| Hex | 63 | A5 | DB | 37 | 19 | 0 | E | CF | 3E | 3E |
| Octal | 143 | 245 | 333 | 67 | 31 | 0 | 16 | 317 | 76 | 76 |
| Binary | 1100011 | 10100101 | 11011011 | 110111 | 11001 | 0 | 1110 | 11001111 | 111110 | 111110 |
Color Harmonies of #63A5DB
Complementary color
Monochromatic Colors of #63A5DB
Black with #63A5DB
Text Example
Text Example
White with #63A5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A5DB; }
p { color: rgb(99,165,219); }
H1.HeaderClassName
{
color: #63A5DB;
}
.AnyTagClassName
{
color: #63A5DB;
}
</style>
background-color css
<style>
a { background-color: #63A5DB; }
a { background-color: rgb(99,165,219); }
div.DivClassName
{
background-color: #63A5DB;
}
.BgClassName
{
background-color: #63A5DB;
}
</style>
border-color css
<style>
span { border-color: #63A5DB; }
span { border-color: rgb(99,165,219); }
td.TdClassName
{
border-color: #63A5DB;
}
.TagClassName
{
border-color: #63A5DB;
}
</style>