Shades of Picton Blue #63A1CB
Tints of Picton Blue #63A1CB
RGB
CMYK
RGB Variations
Color information
#63A1CB (or 0x63A1CB) is known color: Picton Blue. HEX triplet: 63, A1 and CB. RGB value is (99,161,203). Sum of RGB (Red+Green+Blue) = 99+161+203=463 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.38% from 463); Green value is 161 (63.28% from 255 or 34.77% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #63A1CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1CB is #9C5E34. Grayscale: #939393. Windows color (decimal): -10247733 or 13345123. OLE color: 13345123.
HSL color Cylindrical-coordinate representation of color #63A1CB: hue angle of 204.23º degrees, saturation: 0.5, 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 #63A1CB is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 99 | 161 | 203 | - |
| CMYK | 0.51 | 0.21 | 0 | 0.20 |
| HSL | 204.23º | 0.5% | 0.59% | - |
| HSV(B) | 204.23º | 0.51% | 0.8% | - |
| XYZ | 28.67 | 32.45 | 61.25 | - |
| YUV | 147.25 | 159.46 | 93.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 203 | 0.51 | 0.21 | 0 | 0.20 | 204.23 | 0.5 | 0.59 |
| Hex | 63 | A1 | CB | 33 | 15 | 0 | 14 | CC | 32 | 3B |
| Octal | 143 | 241 | 313 | 63 | 25 | 0 | 24 | 314 | 62 | 73 |
| Binary | 1100011 | 10100001 | 11001011 | 110011 | 10101 | 0 | 10100 | 11001100 | 110010 | 111011 |
Color Harmonies of #63A1CB
Complementary color
Monochromatic Colors of #63A1CB
Black with #63A1CB
Text Example
Text Example
White with #63A1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1CB; }
p { color: rgb(99,161,203); }
H1.HeaderClassName
{
color: #63A1CB;
}
.AnyTagClassName
{
color: #63A1CB;
}
</style>
background-color css
<style>
a { background-color: #63A1CB; }
a { background-color: rgb(99,161,203); }
div.DivClassName
{
background-color: #63A1CB;
}
.BgClassName
{
background-color: #63A1CB;
}
</style>
border-color css
<style>
span { border-color: #63A1CB; }
span { border-color: rgb(99,161,203); }
td.TdClassName
{
border-color: #63A1CB;
}
.TagClassName
{
border-color: #63A1CB;
}
</style>