Shades of Picton Blue #60A2DC
Tints of Picton Blue #60A2DC
RGB
CMYK
RGB Variations
Color information
#60A2DC (or 0x60A2DC) is known color: Picton Blue. HEX triplet: 60, A2 and DC. RGB value is (96,162,220). Sum of RGB (Red+Green+Blue) = 96+162+220=478 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.08% from 478); Green value is 162 (63.67% from 255 or 33.89% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #60A2DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2DC is #9F5D23. Grayscale: #949494. Windows color (decimal): -10444068 or 14459488. OLE color: 14459488.
HSL color Cylindrical-coordinate representation of color #60A2DC: hue angle of 208.06º degrees, saturation: 0.64, 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 #60A2DC is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 162 | 220 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.14 |
| HSL | 208.06º | 0.64% | 0.62% | - |
| HSV(B) | 208.06º | 0.56% | 0.86% | - |
| XYZ | 30.66 | 33.49 | 72.56 | - |
| YUV | 148.88 | 168.13 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 220 | 0.56 | 0.26 | 0 | 0.14 | 208.06 | 0.64 | 0.62 |
| Hex | 60 | A2 | DC | 38 | 1A | 0 | E | D0 | 40 | 3E |
| Octal | 140 | 242 | 334 | 70 | 32 | 0 | 16 | 320 | 100 | 76 |
| Binary | 1100000 | 10100010 | 11011100 | 111000 | 11010 | 0 | 1110 | 11010000 | 1000000 | 111110 |
Color Harmonies of #60A2DC
Complementary color
Monochromatic Colors of #60A2DC
Black with #60A2DC
Text Example
Text Example
White with #60A2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2DC; }
p { color: rgb(96,162,220); }
H1.HeaderClassName
{
color: #60A2DC;
}
.AnyTagClassName
{
color: #60A2DC;
}
</style>
background-color css
<style>
a { background-color: #60A2DC; }
a { background-color: rgb(96,162,220); }
div.DivClassName
{
background-color: #60A2DC;
}
.BgClassName
{
background-color: #60A2DC;
}
</style>
border-color css
<style>
span { border-color: #60A2DC; }
span { border-color: rgb(96,162,220); }
td.TdClassName
{
border-color: #60A2DC;
}
.TagClassName
{
border-color: #60A2DC;
}
</style>