Shades of Picton Blue #63A3CE
Tints of Picton Blue #63A3CE
RGB
CMYK
RGB Variations
Color information
#63A3CE (or 0x63A3CE) is known color: Picton Blue. HEX triplet: 63, A3 and CE. RGB value is (99,163,206). Sum of RGB (Red+Green+Blue) = 99+163+206=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 206 - color contains mainly: blue. Hex color #63A3CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A3CE is #9C5C31. Grayscale: #949494. Windows color (decimal): -10247218 or 13542243. OLE color: 13542243.
HSL color Cylindrical-coordinate representation of color #63A3CE: hue angle of 204.11º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63A3CE is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 163 | 206 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.19 |
| HSL | 204.11º | 0.52% | 0.6% | - |
| HSV(B) | 204.11º | 0.52% | 0.81% | - |
| XYZ | 29.38 | 33.3 | 63.27 | - |
| YUV | 148.77 | 160.3 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 163 | 206 | 0.52 | 0.21 | 0 | 0.19 | 204.11 | 0.52 | 0.6 |
| Hex | 63 | A3 | CE | 34 | 15 | 0 | 13 | CC | 34 | 3C |
| Octal | 143 | 243 | 316 | 64 | 25 | 0 | 23 | 314 | 64 | 74 |
| Binary | 1100011 | 10100011 | 11001110 | 110100 | 10101 | 0 | 10011 | 11001100 | 110100 | 111100 |
Color Harmonies of #63A3CE
Complementary color
Monochromatic Colors of #63A3CE
Black with #63A3CE
Text Example
Text Example
White with #63A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A3CE; }
p { color: rgb(99,163,206); }
H1.HeaderClassName
{
color: #63A3CE;
}
.AnyTagClassName
{
color: #63A3CE;
}
</style>
background-color css
<style>
a { background-color: #63A3CE; }
a { background-color: rgb(99,163,206); }
div.DivClassName
{
background-color: #63A3CE;
}
.BgClassName
{
background-color: #63A3CE;
}
</style>
border-color css
<style>
span { border-color: #63A3CE; }
span { border-color: rgb(99,163,206); }
td.TdClassName
{
border-color: #63A3CE;
}
.TagClassName
{
border-color: #63A3CE;
}
</style>