Shades of Picton Blue #60A3D9
Tints of Picton Blue #60A3D9
RGB
CMYK
RGB Variations
Color information
#60A3D9 (or 0x60A3D9) is known color: Picton Blue. HEX triplet: 60, A3 and D9. RGB value is (96,163,217). Sum of RGB (Red+Green+Blue) = 96+163+217=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 217 (85.16% from 255 or 45.59% from 476); Max value from RGB is 217 - color contains mainly: blue. Hex color #60A3D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A3D9 is #9F5C26. Grayscale: #949494. Windows color (decimal): -10443815 or 14263136. OLE color: 14263136.
HSL color Cylindrical-coordinate representation of color #60A3D9: hue angle of 206.78º 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 #60A3D9 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 163 | 217 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.15 |
| HSL | 206.78º | 0.61% | 0.61% | - |
| HSV(B) | 206.78º | 0.56% | 0.85% | - |
| XYZ | 30.45 | 33.69 | 70.54 | - |
| YUV | 149.12 | 166.3 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 217 | 0.56 | 0.25 | 0 | 0.15 | 206.78 | 0.61 | 0.61 |
| Hex | 60 | A3 | D9 | 38 | 19 | 0 | F | CF | 3D | 3D |
| Octal | 140 | 243 | 331 | 70 | 31 | 0 | 17 | 317 | 75 | 75 |
| Binary | 1100000 | 10100011 | 11011001 | 111000 | 11001 | 0 | 1111 | 11001111 | 111101 | 111101 |
Color Harmonies of #60A3D9
Complementary color
Monochromatic Colors of #60A3D9
Black with #60A3D9
Text Example
Text Example
White with #60A3D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A3D9; }
p { color: rgb(96,163,217); }
H1.HeaderClassName
{
color: #60A3D9;
}
.AnyTagClassName
{
color: #60A3D9;
}
</style>
background-color css
<style>
a { background-color: #60A3D9; }
a { background-color: rgb(96,163,217); }
div.DivClassName
{
background-color: #60A3D9;
}
.BgClassName
{
background-color: #60A3D9;
}
</style>
border-color css
<style>
span { border-color: #60A3D9; }
span { border-color: rgb(96,163,217); }
td.TdClassName
{
border-color: #60A3D9;
}
.TagClassName
{
border-color: #60A3D9;
}
</style>