Shades of Picton Blue #63ABC6
Tints of Picton Blue #63ABC6
RGB
CMYK
RGB Variations
Color information
#63ABC6 (or 0x63ABC6) is known color: Picton Blue. HEX triplet: 63, AB and C6. RGB value is (99,171,198). Sum of RGB (Red+Green+Blue) = 99+171+198=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 198 (77.73% from 255 or 42.31% from 468); Max value from RGB is 198 - color contains mainly: blue. Hex color #63ABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ABC6 is #9C5439. Grayscale: #989898. Windows color (decimal): -10245178 or 13020003. OLE color: 13020003.
HSL color Cylindrical-coordinate representation of color #63ABC6: hue angle of 196.36º 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 #63ABC6 is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 99 | 171 | 198 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.22 |
| HSL | 196.36º | 0.46% | 0.58% | - |
| HSV(B) | 196.36º | 0.5% | 0.78% | - |
| XYZ | 29.9 | 35.86 | 58.77 | - |
| YUV | 152.55 | 153.65 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 171 | 198 | 0.50 | 0.14 | 0 | 0.22 | 196.36 | 0.46 | 0.58 |
| Hex | 63 | AB | C6 | 32 | E | 0 | 16 | C4 | 2E | 3A |
| Octal | 143 | 253 | 306 | 62 | 16 | 0 | 26 | 304 | 56 | 72 |
| Binary | 1100011 | 10101011 | 11000110 | 110010 | 1110 | 0 | 10110 | 11000100 | 101110 | 111010 |
Color Harmonies of #63ABC6
Complementary color
Monochromatic Colors of #63ABC6
Black with #63ABC6
Text Example
Text Example
White with #63ABC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63ABC6; }
p { color: rgb(99,171,198); }
H1.HeaderClassName
{
color: #63ABC6;
}
.AnyTagClassName
{
color: #63ABC6;
}
</style>
background-color css
<style>
a { background-color: #63ABC6; }
a { background-color: rgb(99,171,198); }
div.DivClassName
{
background-color: #63ABC6;
}
.BgClassName
{
background-color: #63ABC6;
}
</style>
border-color css
<style>
span { border-color: #63ABC6; }
span { border-color: rgb(99,171,198); }
td.TdClassName
{
border-color: #63ABC6;
}
.TagClassName
{
border-color: #63ABC6;
}
</style>