Shades of Picton Blue #60ADD1
Tints of Picton Blue #60ADD1
RGB
CMYK
RGB Variations
Color information
#60ADD1 (or 0x60ADD1) is known color: Picton Blue. HEX triplet: 60, AD and D1. RGB value is (96,173,209). Sum of RGB (Red+Green+Blue) = 96+173+209=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 209 (82.03% from 255 or 43.72% from 478); Max value from RGB is 209 - color contains mainly: blue. Hex color #60ADD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADD1 is #9F522E. Grayscale: #999999. Windows color (decimal): -10441263 or 13741408. OLE color: 13741408.
HSL color Cylindrical-coordinate representation of color #60ADD1: hue angle of 199.12º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60ADD1 is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 173 | 209 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.18 |
| HSL | 199.12º | 0.55% | 0.6% | - |
| HSV(B) | 199.12º | 0.54% | 0.82% | - |
| XYZ | 31.28 | 36.98 | 65.81 | - |
| YUV | 154.08 | 158.99 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 209 | 0.54 | 0.17 | 0 | 0.18 | 199.12 | 0.55 | 0.6 |
| Hex | 60 | AD | D1 | 36 | 11 | 0 | 12 | C7 | 37 | 3C |
| Octal | 140 | 255 | 321 | 66 | 21 | 0 | 22 | 307 | 67 | 74 |
| Binary | 1100000 | 10101101 | 11010001 | 110110 | 10001 | 0 | 10010 | 11000111 | 110111 | 111100 |
Color Harmonies of #60ADD1
Complementary color
Monochromatic Colors of #60ADD1
Black with #60ADD1
Text Example
Text Example
White with #60ADD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADD1; }
p { color: rgb(96,173,209); }
H1.HeaderClassName
{
color: #60ADD1;
}
.AnyTagClassName
{
color: #60ADD1;
}
</style>
background-color css
<style>
a { background-color: #60ADD1; }
a { background-color: rgb(96,173,209); }
div.DivClassName
{
background-color: #60ADD1;
}
.BgClassName
{
background-color: #60ADD1;
}
</style>
border-color css
<style>
span { border-color: #60ADD1; }
span { border-color: rgb(96,173,209); }
td.TdClassName
{
border-color: #60ADD1;
}
.TagClassName
{
border-color: #60ADD1;
}
</style>