Shades of Picton Blue #60A2DF
Tints of Picton Blue #60A2DF
RGB
CMYK
RGB Variations
Color information
#60A2DF (or 0x60A2DF) is known color: Picton Blue. HEX triplet: 60, A2 and DF. RGB value is (96,162,223). Sum of RGB (Red+Green+Blue) = 96+162+223=481 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.96% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #60A2DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2DF is #9F5D20. Grayscale: #949494. Windows color (decimal): -10444065 or 14656096. OLE color: 14656096.
HSL color Cylindrical-coordinate representation of color #60A2DF: hue angle of 208.82º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A2DF is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 162 | 223 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.13 |
| HSL | 208.82º | 0.66% | 0.63% | - |
| HSV(B) | 208.82º | 0.57% | 0.87% | - |
| XYZ | 31.06 | 33.66 | 74.67 | - |
| YUV | 149.22 | 169.63 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 223 | 0.57 | 0.27 | 0 | 0.13 | 208.82 | 0.66 | 0.63 |
| Hex | 60 | A2 | DF | 39 | 1B | 0 | D | D1 | 42 | 3F |
| Octal | 140 | 242 | 337 | 71 | 33 | 0 | 15 | 321 | 102 | 77 |
| Binary | 1100000 | 10100010 | 11011111 | 111001 | 11011 | 0 | 1101 | 11010001 | 1000010 | 111111 |
Color Harmonies of #60A2DF
Complementary color
Monochromatic Colors of #60A2DF
Black with #60A2DF
Text Example
Text Example
White with #60A2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2DF; }
p { color: rgb(96,162,223); }
H1.HeaderClassName
{
color: #60A2DF;
}
.AnyTagClassName
{
color: #60A2DF;
}
</style>
background-color css
<style>
a { background-color: #60A2DF; }
a { background-color: rgb(96,162,223); }
div.DivClassName
{
background-color: #60A2DF;
}
.BgClassName
{
background-color: #60A2DF;
}
</style>
border-color css
<style>
span { border-color: #60A2DF; }
span { border-color: rgb(96,162,223); }
td.TdClassName
{
border-color: #60A2DF;
}
.TagClassName
{
border-color: #60A2DF;
}
</style>