Shades of Picton Blue #60A2DA
Tints of Picton Blue #60A2DA
RGB
CMYK
RGB Variations
Color information
#60A2DA (or 0x60A2DA) is known color: Picton Blue. HEX triplet: 60, A2 and DA. RGB value is (96,162,218). Sum of RGB (Red+Green+Blue) = 96+162+218=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #60A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2DA is #9F5D25. Grayscale: #949494. Windows color (decimal): -10444070 or 14328416. OLE color: 14328416.
HSL color Cylindrical-coordinate representation of color #60A2DA: hue angle of 207.54º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A2DA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 162 | 218 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.15 |
| HSL | 207.54º | 0.62% | 0.62% | - |
| HSV(B) | 207.54º | 0.56% | 0.85% | - |
| XYZ | 30.4 | 33.39 | 71.17 | - |
| YUV | 148.65 | 167.13 | 90.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 218 | 0.56 | 0.26 | 0 | 0.15 | 207.54 | 0.62 | 0.62 |
| Hex | 60 | A2 | DA | 38 | 1A | 0 | F | D0 | 3E | 3E |
| Octal | 140 | 242 | 332 | 70 | 32 | 0 | 17 | 320 | 76 | 76 |
| Binary | 1100000 | 10100010 | 11011010 | 111000 | 11010 | 0 | 1111 | 11010000 | 111110 | 111110 |
Color Harmonies of #60A2DA
Complementary color
Monochromatic Colors of #60A2DA
Black with #60A2DA
Text Example
Text Example
White with #60A2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2DA; }
p { color: rgb(96,162,218); }
H1.HeaderClassName
{
color: #60A2DA;
}
.AnyTagClassName
{
color: #60A2DA;
}
</style>
background-color css
<style>
a { background-color: #60A2DA; }
a { background-color: rgb(96,162,218); }
div.DivClassName
{
background-color: #60A2DA;
}
.BgClassName
{
background-color: #60A2DA;
}
</style>
border-color css
<style>
span { border-color: #60A2DA; }
span { border-color: rgb(96,162,218); }
td.TdClassName
{
border-color: #60A2DA;
}
.TagClassName
{
border-color: #60A2DA;
}
</style>