Shades of Picton Blue #60ADD3
Tints of Picton Blue #60ADD3
RGB
CMYK
RGB Variations
Color information
#60ADD3 (or 0x60ADD3) is known color: Picton Blue. HEX triplet: 60, AD and D3. RGB value is (96,173,211). Sum of RGB (Red+Green+Blue) = 96+173+211=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 211 (82.81% from 255 or 43.96% from 480); Max value from RGB is 211 - color contains mainly: blue. Hex color #60ADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ADD3 is #9F522C. Grayscale: #9A9A9A. Windows color (decimal): -10441261 or 13872480. OLE color: 13872480.
HSL color Cylindrical-coordinate representation of color #60ADD3: hue angle of 199.83º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60ADD3 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 173 | 211 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.17 |
| HSL | 199.83º | 0.57% | 0.6% | - |
| HSV(B) | 199.83º | 0.55% | 0.83% | - |
| XYZ | 31.53 | 37.08 | 67.12 | - |
| YUV | 154.31 | 159.99 | 86.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 173 | 211 | 0.55 | 0.18 | 0 | 0.17 | 199.83 | 0.57 | 0.6 |
| Hex | 60 | AD | D3 | 37 | 12 | 0 | 11 | C8 | 39 | 3C |
| Octal | 140 | 255 | 323 | 67 | 22 | 0 | 21 | 310 | 71 | 74 |
| Binary | 1100000 | 10101101 | 11010011 | 110111 | 10010 | 0 | 10001 | 11001000 | 111001 | 111100 |
Color Harmonies of #60ADD3
Complementary color
Monochromatic Colors of #60ADD3
Black with #60ADD3
Text Example
Text Example
White with #60ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60ADD3; }
p { color: rgb(96,173,211); }
H1.HeaderClassName
{
color: #60ADD3;
}
.AnyTagClassName
{
color: #60ADD3;
}
</style>
background-color css
<style>
a { background-color: #60ADD3; }
a { background-color: rgb(96,173,211); }
div.DivClassName
{
background-color: #60ADD3;
}
.BgClassName
{
background-color: #60ADD3;
}
</style>
border-color css
<style>
span { border-color: #60ADD3; }
span { border-color: rgb(96,173,211); }
td.TdClassName
{
border-color: #60ADD3;
}
.TagClassName
{
border-color: #60ADD3;
}
</style>