Shades of Picton Blue #60A3DB
Tints of Picton Blue #60A3DB
RGB
CMYK
RGB Variations
Color information
#60A3DB (or 0x60A3DB) is known color: Picton Blue. HEX triplet: 60, A3 and DB. RGB value is (96,163,219). Sum of RGB (Red+Green+Blue) = 96+163+219=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #60A3DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A3DB is #9F5C24. Grayscale: #959595. Windows color (decimal): -10443813 or 14394208. OLE color: 14394208.
HSL color Cylindrical-coordinate representation of color #60A3DB: hue angle of 207.32º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A3DB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 163 | 219 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.14 |
| HSL | 207.32º | 0.63% | 0.62% | - |
| HSV(B) | 207.32º | 0.56% | 0.86% | - |
| XYZ | 30.71 | 33.8 | 71.92 | - |
| YUV | 149.35 | 167.3 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 219 | 0.56 | 0.26 | 0 | 0.14 | 207.32 | 0.63 | 0.62 |
| Hex | 60 | A3 | DB | 38 | 1A | 0 | E | CF | 3F | 3E |
| Octal | 140 | 243 | 333 | 70 | 32 | 0 | 16 | 317 | 77 | 76 |
| Binary | 1100000 | 10100011 | 11011011 | 111000 | 11010 | 0 | 1110 | 11001111 | 111111 | 111110 |
Color Harmonies of #60A3DB
Complementary color
Monochromatic Colors of #60A3DB
Black with #60A3DB
Text Example
Text Example
White with #60A3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A3DB; }
p { color: rgb(96,163,219); }
H1.HeaderClassName
{
color: #60A3DB;
}
.AnyTagClassName
{
color: #60A3DB;
}
</style>
background-color css
<style>
a { background-color: #60A3DB; }
a { background-color: rgb(96,163,219); }
div.DivClassName
{
background-color: #60A3DB;
}
.BgClassName
{
background-color: #60A3DB;
}
</style>
border-color css
<style>
span { border-color: #60A3DB; }
span { border-color: rgb(96,163,219); }
td.TdClassName
{
border-color: #60A3DB;
}
.TagClassName
{
border-color: #60A3DB;
}
</style>