Shades of Picton Blue #60A2D9
Tints of Picton Blue #60A2D9
RGB
CMYK
RGB Variations
Color information
#60A2D9 (or 0x60A2D9) is known color: Picton Blue. HEX triplet: 60, A2 and D9. RGB value is (96,162,217). Sum of RGB (Red+Green+Blue) = 96+162+217=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #60A2D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2D9 is #9F5D26. Grayscale: #949494. Windows color (decimal): -10444071 or 14262880. OLE color: 14262880.
HSL color Cylindrical-coordinate representation of color #60A2D9: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A2D9 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 162 | 217 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.15 |
| HSL | 207.27º | 0.61% | 0.61% | - |
| HSV(B) | 207.27º | 0.56% | 0.85% | - |
| XYZ | 30.27 | 33.34 | 70.49 | - |
| YUV | 148.54 | 166.63 | 90.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 217 | 0.56 | 0.25 | 0 | 0.15 | 207.27 | 0.61 | 0.61 |
| Hex | 60 | A2 | D9 | 38 | 19 | 0 | F | CF | 3D | 3D |
| Octal | 140 | 242 | 331 | 70 | 31 | 0 | 17 | 317 | 75 | 75 |
| Binary | 1100000 | 10100010 | 11011001 | 111000 | 11001 | 0 | 1111 | 11001111 | 111101 | 111101 |
Color Harmonies of #60A2D9
Complementary color
Monochromatic Colors of #60A2D9
Black with #60A2D9
Text Example
Text Example
White with #60A2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2D9; }
p { color: rgb(96,162,217); }
H1.HeaderClassName
{
color: #60A2D9;
}
.AnyTagClassName
{
color: #60A2D9;
}
</style>
background-color css
<style>
a { background-color: #60A2D9; }
a { background-color: rgb(96,162,217); }
div.DivClassName
{
background-color: #60A2D9;
}
.BgClassName
{
background-color: #60A2D9;
}
</style>
border-color css
<style>
span { border-color: #60A2D9; }
span { border-color: rgb(96,162,217); }
td.TdClassName
{
border-color: #60A2D9;
}
.TagClassName
{
border-color: #60A2D9;
}
</style>