Shades of Picton Blue #63A6DD
Tints of Picton Blue #63A6DD
RGB
CMYK
RGB Variations
Color information
#63A6DD (or 0x63A6DD) is known color: Picton Blue. HEX triplet: 63, A6 and DD. RGB value is (99,166,221). Sum of RGB (Red+Green+Blue) = 99+166+221=486 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.37% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #63A6DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A6DD is #9C5922. Grayscale: #979797. Windows color (decimal): -10246435 or 14526051. OLE color: 14526051.
HSL color Cylindrical-coordinate representation of color #63A6DD: hue angle of 207.05º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A6DD is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 166 | 221 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.13 |
| HSL | 207.05º | 0.64% | 0.63% | - |
| HSV(B) | 207.05º | 0.55% | 0.87% | - |
| XYZ | 31.83 | 35.15 | 73.51 | - |
| YUV | 152.24 | 166.8 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 221 | 0.55 | 0.25 | 0 | 0.13 | 207.05 | 0.64 | 0.63 |
| Hex | 63 | A6 | DD | 37 | 19 | 0 | D | CF | 40 | 3F |
| Octal | 143 | 246 | 335 | 67 | 31 | 0 | 15 | 317 | 100 | 77 |
| Binary | 1100011 | 10100110 | 11011101 | 110111 | 11001 | 0 | 1101 | 11001111 | 1000000 | 111111 |
Color Harmonies of #63A6DD
Complementary color
Monochromatic Colors of #63A6DD
Black with #63A6DD
Text Example
Text Example
White with #63A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A6DD; }
p { color: rgb(99,166,221); }
H1.HeaderClassName
{
color: #63A6DD;
}
.AnyTagClassName
{
color: #63A6DD;
}
</style>
background-color css
<style>
a { background-color: #63A6DD; }
a { background-color: rgb(99,166,221); }
div.DivClassName
{
background-color: #63A6DD;
}
.BgClassName
{
background-color: #63A6DD;
}
</style>
border-color css
<style>
span { border-color: #63A6DD; }
span { border-color: rgb(99,166,221); }
td.TdClassName
{
border-color: #63A6DD;
}
.TagClassName
{
border-color: #63A6DD;
}
</style>