Shades of Picton Blue #63A1DA
Tints of Picton Blue #63A1DA
RGB
CMYK
RGB Variations
Color information
#63A1DA (or 0x63A1DA) is known color: Picton Blue. HEX triplet: 63, A1 and DA. RGB value is (99,161,218). Sum of RGB (Red+Green+Blue) = 99+161+218=478 (63% of max value = 765). Red value is 99 (39.06% from 255 or 20.71% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #63A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1DA is #9C5E25. Grayscale: #949494. Windows color (decimal): -10247718 or 14328163. OLE color: 14328163.
HSL color Cylindrical-coordinate representation of color #63A1DA: hue angle of 208.74º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63A1DA is Cyan = 0.55, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 161 | 218 | - |
| CMYK | 0.55 | 0.26 | 0 | 0.15 |
| HSL | 208.74º | 0.62% | 0.62% | - |
| HSV(B) | 208.74º | 0.55% | 0.85% | - |
| XYZ | 30.55 | 33.2 | 71.13 | - |
| YUV | 148.96 | 166.96 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 218 | 0.55 | 0.26 | 0 | 0.15 | 208.74 | 0.62 | 0.62 |
| Hex | 63 | A1 | DA | 37 | 1A | 0 | F | D1 | 3E | 3E |
| Octal | 143 | 241 | 332 | 67 | 32 | 0 | 17 | 321 | 76 | 76 |
| Binary | 1100011 | 10100001 | 11011010 | 110111 | 11010 | 0 | 1111 | 11010001 | 111110 | 111110 |
Color Harmonies of #63A1DA
Complementary color
Monochromatic Colors of #63A1DA
Black with #63A1DA
Text Example
Text Example
White with #63A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1DA; }
p { color: rgb(99,161,218); }
H1.HeaderClassName
{
color: #63A1DA;
}
.AnyTagClassName
{
color: #63A1DA;
}
</style>
background-color css
<style>
a { background-color: #63A1DA; }
a { background-color: rgb(99,161,218); }
div.DivClassName
{
background-color: #63A1DA;
}
.BgClassName
{
background-color: #63A1DA;
}
</style>
border-color css
<style>
span { border-color: #63A1DA; }
span { border-color: rgb(99,161,218); }
td.TdClassName
{
border-color: #63A1DA;
}
.TagClassName
{
border-color: #63A1DA;
}
</style>