Shades of Picton Blue #60A6DF
Tints of Picton Blue #60A6DF
RGB
CMYK
RGB Variations
Color information
#60A6DF (or 0x60A6DF) is known color: Picton Blue. HEX triplet: 60, A6 and DF. RGB value is (96,166,223). Sum of RGB (Red+Green+Blue) = 96+166+223=485 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.79% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 223 - color contains mainly: blue. Hex color #60A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A6DF is #9F5920. Grayscale: #979797. Windows color (decimal): -10443041 or 14657120. OLE color: 14657120.
HSL color Cylindrical-coordinate representation of color #60A6DF: hue angle of 206.93º 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 #60A6DF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 96 | 166 | 223 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.13 |
| HSL | 206.93º | 0.66% | 0.63% | - |
| HSV(B) | 206.93º | 0.57% | 0.87% | - |
| XYZ | 31.78 | 35.09 | 74.91 | - |
| YUV | 151.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 223 | 0.57 | 0.26 | 0 | 0.13 | 206.93 | 0.66 | 0.63 |
| Hex | 60 | A6 | DF | 39 | 1A | 0 | D | CF | 42 | 3F |
| Octal | 140 | 246 | 337 | 71 | 32 | 0 | 15 | 317 | 102 | 77 |
| Binary | 1100000 | 10100110 | 11011111 | 111001 | 11010 | 0 | 1101 | 11001111 | 1000010 | 111111 |
Color Harmonies of #60A6DF
Complementary color
Monochromatic Colors of #60A6DF
Black with #60A6DF
Text Example
Text Example
White with #60A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A6DF; }
p { color: rgb(96,166,223); }
H1.HeaderClassName
{
color: #60A6DF;
}
.AnyTagClassName
{
color: #60A6DF;
}
</style>
background-color css
<style>
a { background-color: #60A6DF; }
a { background-color: rgb(96,166,223); }
div.DivClassName
{
background-color: #60A6DF;
}
.BgClassName
{
background-color: #60A6DF;
}
</style>
border-color css
<style>
span { border-color: #60A6DF; }
span { border-color: rgb(96,166,223); }
td.TdClassName
{
border-color: #60A6DF;
}
.TagClassName
{
border-color: #60A6DF;
}
</style>