Shades of Picton Blue #60A0D9
Tints of Picton Blue #60A0D9
RGB
CMYK
RGB Variations
Color information
#60A0D9 (or 0x60A0D9) is known color: Picton Blue. HEX triplet: 60, A0 and D9. RGB value is (96,160,217). Sum of RGB (Red+Green+Blue) = 96+160+217=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 217 (85.16% from 255 or 45.88% from 473); Max value from RGB is 217 - color contains mainly: blue. Hex color #60A0D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A0D9 is #9F5F26. Grayscale: #939393. Windows color (decimal): -10444583 or 14262368. OLE color: 14262368.
HSL color Cylindrical-coordinate representation of color #60A0D9: hue angle of 208.26º 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 #60A0D9 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 160 | 217 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.15 |
| HSL | 208.26º | 0.61% | 0.61% | - |
| HSV(B) | 208.26º | 0.56% | 0.85% | - |
| XYZ | 29.92 | 32.64 | 70.37 | - |
| YUV | 147.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 217 | 0.56 | 0.26 | 0 | 0.15 | 208.26 | 0.61 | 0.61 |
| Hex | 60 | A0 | D9 | 38 | 1A | 0 | F | D0 | 3D | 3D |
| Octal | 140 | 240 | 331 | 70 | 32 | 0 | 17 | 320 | 75 | 75 |
| Binary | 1100000 | 10100000 | 11011001 | 111000 | 11010 | 0 | 1111 | 11010000 | 111101 | 111101 |
Color Harmonies of #60A0D9
Complementary color
Monochromatic Colors of #60A0D9
Black with #60A0D9
Text Example
Text Example
White with #60A0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A0D9; }
p { color: rgb(96,160,217); }
H1.HeaderClassName
{
color: #60A0D9;
}
.AnyTagClassName
{
color: #60A0D9;
}
</style>
background-color css
<style>
a { background-color: #60A0D9; }
a { background-color: rgb(96,160,217); }
div.DivClassName
{
background-color: #60A0D9;
}
.BgClassName
{
background-color: #60A0D9;
}
</style>
border-color css
<style>
span { border-color: #60A0D9; }
span { border-color: rgb(96,160,217); }
td.TdClassName
{
border-color: #60A0D9;
}
.TagClassName
{
border-color: #60A0D9;
}
</style>