Shades of Picton Blue #63A1C6
Tints of Picton Blue #63A1C6
RGB
CMYK
RGB Variations
Color information
#63A1C6 (or 0x63A1C6) is known color: Picton Blue. HEX triplet: 63, A1 and C6. RGB value is (99,161,198). Sum of RGB (Red+Green+Blue) = 99+161+198=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 161 (63.28% from 255 or 35.15% from 458); Blue value is 198 (77.73% from 255 or 43.23% from 458); Max value from RGB is 198 - color contains mainly: blue. Hex color #63A1C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63A1C6 is #9C5E39. Grayscale: #929292. Windows color (decimal): -10247738 or 13017443. OLE color: 13017443.
HSL color Cylindrical-coordinate representation of color #63A1C6: hue angle of 202.42º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #63A1C6 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 161 | 198 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.22 |
| HSL | 202.42º | 0.46% | 0.58% | - |
| HSV(B) | 202.42º | 0.5% | 0.78% | - |
| XYZ | 28.08 | 32.22 | 58.16 | - |
| YUV | 146.68 | 156.96 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 161 | 198 | 0.50 | 0.19 | 0 | 0.22 | 202.42 | 0.46 | 0.58 |
| Hex | 63 | A1 | C6 | 32 | 13 | 0 | 16 | CA | 2E | 3A |
| Octal | 143 | 241 | 306 | 62 | 23 | 0 | 26 | 312 | 56 | 72 |
| Binary | 1100011 | 10100001 | 11000110 | 110010 | 10011 | 0 | 10110 | 11001010 | 101110 | 111010 |
Color Harmonies of #63A1C6
Complementary color
Monochromatic Colors of #63A1C6
Black with #63A1C6
Text Example
Text Example
White with #63A1C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63A1C6; }
p { color: rgb(99,161,198); }
H1.HeaderClassName
{
color: #63A1C6;
}
.AnyTagClassName
{
color: #63A1C6;
}
</style>
background-color css
<style>
a { background-color: #63A1C6; }
a { background-color: rgb(99,161,198); }
div.DivClassName
{
background-color: #63A1C6;
}
.BgClassName
{
background-color: #63A1C6;
}
</style>
border-color css
<style>
span { border-color: #63A1C6; }
span { border-color: rgb(99,161,198); }
td.TdClassName
{
border-color: #63A1C6;
}
.TagClassName
{
border-color: #63A1C6;
}
</style>