Shades of Picton Blue #60ABCD
Tints of Picton Blue #60ABCD
RGB
CMYK
RGB Variations
Color information
#60ABCD (or 0x60ABCD) is known color: Picton Blue. HEX triplet: 60, AB and CD. RGB value is (96,171,205). Sum of RGB (Red+Green+Blue) = 96+171+205=472 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.34% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #60ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ABCD is #9F5432. Grayscale: #989898. Windows color (decimal): -10441779 or 13478752. OLE color: 13478752.
HSL color Cylindrical-coordinate representation of color #60ABCD: hue angle of 198.72º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60ABCD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 96 | 171 | 205 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.20 |
| HSL | 198.72º | 0.52% | 0.59% | - |
| HSV(B) | 198.72º | 0.53% | 0.8% | - |
| XYZ | 30.41 | 36.02 | 63.11 | - |
| YUV | 152.45 | 157.65 | 87.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 205 | 0.53 | 0.17 | 0 | 0.20 | 198.72 | 0.52 | 0.59 |
| Hex | 60 | AB | CD | 35 | 11 | 0 | 14 | C7 | 34 | 3B |
| Octal | 140 | 253 | 315 | 65 | 21 | 0 | 24 | 307 | 64 | 73 |
| Binary | 1100000 | 10101011 | 11001101 | 110101 | 10001 | 0 | 10100 | 11000111 | 110100 | 111011 |
Color Harmonies of #60ABCD
Complementary color
Monochromatic Colors of #60ABCD
Black with #60ABCD
Text Example
Text Example
White with #60ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ABCD; }
p { color: rgb(96,171,205); }
H1.HeaderClassName
{
color: #60ABCD;
}
.AnyTagClassName
{
color: #60ABCD;
}
</style>
background-color css
<style>
a { background-color: #60ABCD; }
a { background-color: rgb(96,171,205); }
div.DivClassName
{
background-color: #60ABCD;
}
.BgClassName
{
background-color: #60ABCD;
}
</style>
border-color css
<style>
span { border-color: #60ABCD; }
span { border-color: rgb(96,171,205); }
td.TdClassName
{
border-color: #60ABCD;
}
.TagClassName
{
border-color: #60ABCD;
}
</style>