Shades of Picton Blue #63A6CC
Tints of Picton Blue #63A6CC
RGB
CMYK
RGB Variations
Color information
#63A6CC (or 0x63A6CC) is known color: Picton Blue. HEX triplet: 63, A6 and CC. RGB value is (99,166,204). Sum of RGB (Red+Green+Blue) = 99+166+204=469 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.11% from 469); Green value is 166 (65.23% from 255 or 35.39% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #63A6CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A6CC is #9C5933. Grayscale: #969696. Windows color (decimal): -10246452 or 13411939. OLE color: 13411939.
HSL color Cylindrical-coordinate representation of color #63A6CC: hue angle of 201.71º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63A6CC is Cyan = 0.51, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 99 | 166 | 204 | - |
| CMYK | 0.51 | 0.19 | 0 | 0.2 |
| HSL | 201.71º | 0.51% | 0.59% | - |
| HSV(B) | 201.71º | 0.51% | 0.8% | - |
| XYZ | 29.68 | 34.28 | 62.18 | - |
| YUV | 150.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 166 | 204 | 0.51 | 0.19 | 0 | 0.2 | 201.71 | 0.51 | 0.59 |
| Hex | 63 | A6 | CC | 33 | 13 | 0 | 14 | CA | 33 | 3B |
| Octal | 143 | 246 | 314 | 63 | 23 | 0 | 24 | 312 | 63 | 73 |
| Binary | 1100011 | 10100110 | 11001100 | 110011 | 10011 | 0 | 10100 | 11001010 | 110011 | 111011 |
Color Harmonies of #63A6CC
Complementary color
Monochromatic Colors of #63A6CC
Black with #63A6CC
Text Example
Text Example
White with #63A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A6CC; }
p { color: rgb(99,166,204); }
H1.HeaderClassName
{
color: #63A6CC;
}
.AnyTagClassName
{
color: #63A6CC;
}
</style>
background-color css
<style>
a { background-color: #63A6CC; }
a { background-color: rgb(99,166,204); }
div.DivClassName
{
background-color: #63A6CC;
}
.BgClassName
{
background-color: #63A6CC;
}
</style>
border-color css
<style>
span { border-color: #63A6CC; }
span { border-color: rgb(99,166,204); }
td.TdClassName
{
border-color: #63A6CC;
}
.TagClassName
{
border-color: #63A6CC;
}
</style>