Shades of Picton Blue #60A2DD
Tints of Picton Blue #60A2DD
RGB
CMYK
RGB Variations
Color information
#60A2DD (or 0x60A2DD) is known color: Picton Blue. HEX triplet: 60, A2 and DD. RGB value is (96,162,221). Sum of RGB (Red+Green+Blue) = 96+162+221=479 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.04% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #60A2DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2DD is #9F5D22. Grayscale: #949494. Windows color (decimal): -10444067 or 14525024. OLE color: 14525024.
HSL color Cylindrical-coordinate representation of color #60A2DD: hue angle of 208.32º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A2DD is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 162 | 221 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.13 |
| HSL | 208.32º | 0.65% | 0.62% | - |
| HSV(B) | 208.32º | 0.57% | 0.87% | - |
| XYZ | 30.8 | 33.55 | 73.26 | - |
| YUV | 148.99 | 168.63 | 90.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 221 | 0.57 | 0.27 | 0 | 0.13 | 208.32 | 0.65 | 0.62 |
| Hex | 60 | A2 | DD | 39 | 1B | 0 | D | D0 | 41 | 3E |
| Octal | 140 | 242 | 335 | 71 | 33 | 0 | 15 | 320 | 101 | 76 |
| Binary | 1100000 | 10100010 | 11011101 | 111001 | 11011 | 0 | 1101 | 11010000 | 1000001 | 111110 |
Color Harmonies of #60A2DD
Complementary color
Monochromatic Colors of #60A2DD
Black with #60A2DD
Text Example
Text Example
White with #60A2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2DD; }
p { color: rgb(96,162,221); }
H1.HeaderClassName
{
color: #60A2DD;
}
.AnyTagClassName
{
color: #60A2DD;
}
</style>
background-color css
<style>
a { background-color: #60A2DD; }
a { background-color: rgb(96,162,221); }
div.DivClassName
{
background-color: #60A2DD;
}
.BgClassName
{
background-color: #60A2DD;
}
</style>
border-color css
<style>
span { border-color: #60A2DD; }
span { border-color: rgb(96,162,221); }
td.TdClassName
{
border-color: #60A2DD;
}
.TagClassName
{
border-color: #60A2DD;
}
</style>