Shades of Picton Blue #63A8CE
Tints of Picton Blue #63A8CE
RGB
CMYK
RGB Variations
Color information
#63A8CE (or 0x63A8CE) is known color: Picton Blue. HEX triplet: 63, A8 and CE. RGB value is (99,168,206). Sum of RGB (Red+Green+Blue) = 99+168+206=473 (62% of max value = 765). Red value is 99 (39.06% from 255 or 20.93% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #63A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A8CE is #9C5731. Grayscale: #979797. Windows color (decimal): -10245938 or 13543523. OLE color: 13543523.
HSL color Cylindrical-coordinate representation of color #63A8CE: hue angle of 201.31º 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 #63A8CE is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 168 | 206 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.19 |
| HSL | 201.31º | 0.52% | 0.6% | - |
| HSV(B) | 201.31º | 0.52% | 0.81% | - |
| XYZ | 30.29 | 35.11 | 63.57 | - |
| YUV | 151.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 168 | 206 | 0.52 | 0.18 | 0 | 0.19 | 201.31 | 0.52 | 0.6 |
| Hex | 63 | A8 | CE | 34 | 12 | 0 | 13 | C9 | 34 | 3C |
| Octal | 143 | 250 | 316 | 64 | 22 | 0 | 23 | 311 | 64 | 74 |
| Binary | 1100011 | 10101000 | 11001110 | 110100 | 10010 | 0 | 10011 | 11001001 | 110100 | 111100 |
Color Harmonies of #63A8CE
Complementary color
Monochromatic Colors of #63A8CE
Black with #63A8CE
Text Example
Text Example
White with #63A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A8CE; }
p { color: rgb(99,168,206); }
H1.HeaderClassName
{
color: #63A8CE;
}
.AnyTagClassName
{
color: #63A8CE;
}
</style>
background-color css
<style>
a { background-color: #63A8CE; }
a { background-color: rgb(99,168,206); }
div.DivClassName
{
background-color: #63A8CE;
}
.BgClassName
{
background-color: #63A8CE;
}
</style>
border-color css
<style>
span { border-color: #63A8CE; }
span { border-color: rgb(99,168,206); }
td.TdClassName
{
border-color: #63A8CE;
}
.TagClassName
{
border-color: #63A8CE;
}
</style>