Shades of Picton Blue #63A4C5
Tints of Picton Blue #63A4C5
RGB
CMYK
RGB Variations
Color information
#63A4C5 (or 0x63A4C5) is known color: Picton Blue. HEX triplet: 63, A4 and C5. RGB value is (99,164,197). Sum of RGB (Red+Green+Blue) = 99+164+197=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 197 (77.34% from 255 or 42.83% from 460); Max value from RGB is 197 - color contains mainly: blue. Hex color #63A4C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A4C5 is #9C5B3A. Grayscale: #949494. Windows color (decimal): -10246971 or 12952675. OLE color: 12952675.
HSL color Cylindrical-coordinate representation of color #63A4C5: hue angle of 200.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63A4C5 is Cyan = 0.50, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 99 | 164 | 197 | - |
| CMYK | 0.50 | 0.17 | 0 | 0.23 |
| HSL | 200.2º | 0.46% | 0.58% | - |
| HSV(B) | 200.2º | 0.5% | 0.77% | - |
| XYZ | 28.5 | 33.23 | 57.74 | - |
| YUV | 148.33 | 155.47 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 164 | 197 | 0.50 | 0.17 | 0 | 0.23 | 200.2 | 0.46 | 0.58 |
| Hex | 63 | A4 | C5 | 32 | 11 | 0 | 17 | C8 | 2E | 3A |
| Octal | 143 | 244 | 305 | 62 | 21 | 0 | 27 | 310 | 56 | 72 |
| Binary | 1100011 | 10100100 | 11000101 | 110010 | 10001 | 0 | 10111 | 11001000 | 101110 | 111010 |
Color Harmonies of #63A4C5
Complementary color
Monochromatic Colors of #63A4C5
Black with #63A4C5
Text Example
Text Example
White with #63A4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A4C5; }
p { color: rgb(99,164,197); }
H1.HeaderClassName
{
color: #63A4C5;
}
.AnyTagClassName
{
color: #63A4C5;
}
</style>
background-color css
<style>
a { background-color: #63A4C5; }
a { background-color: rgb(99,164,197); }
div.DivClassName
{
background-color: #63A4C5;
}
.BgClassName
{
background-color: #63A4C5;
}
</style>
border-color css
<style>
span { border-color: #63A4C5; }
span { border-color: rgb(99,164,197); }
td.TdClassName
{
border-color: #63A4C5;
}
.TagClassName
{
border-color: #63A4C5;
}
</style>