Shades of Picton Blue #60A2E0
Tints of Picton Blue #60A2E0
RGB
CMYK
RGB Variations
Color information
#60A2E0 (or 0x60A2E0) is known color: Picton Blue. HEX triplet: 60, A2 and E0. RGB value is (96,162,224). Sum of RGB (Red+Green+Blue) = 96+162+224=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 162 (63.67% from 255 or 33.61% from 482); Blue value is 224 (87.89% from 255 or 46.47% from 482); Max value from RGB is 224 - color contains mainly: blue. Hex color #60A2E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2E0 is #9F5D1F. Grayscale: #959595. Windows color (decimal): -10444064 or 14721632. OLE color: 14721632.
HSL color Cylindrical-coordinate representation of color #60A2E0: hue angle of 209.06º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60A2E0 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 96 | 162 | 224 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.12 |
| HSL | 209.06º | 0.67% | 0.63% | - |
| HSV(B) | 209.06º | 0.57% | 0.88% | - |
| XYZ | 31.2 | 33.71 | 75.38 | - |
| YUV | 149.33 | 170.13 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 224 | 0.57 | 0.28 | 0 | 0.12 | 209.06 | 0.67 | 0.63 |
| Hex | 60 | A2 | E0 | 39 | 1C | 0 | C | D1 | 43 | 3F |
| Octal | 140 | 242 | 340 | 71 | 34 | 0 | 14 | 321 | 103 | 77 |
| Binary | 1100000 | 10100010 | 11100000 | 111001 | 11100 | 0 | 1100 | 11010001 | 1000011 | 111111 |
Color Harmonies of #60A2E0
Complementary color
Monochromatic Colors of #60A2E0
Black with #60A2E0
Text Example
Text Example
White with #60A2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2E0; }
p { color: rgb(96,162,224); }
H1.HeaderClassName
{
color: #60A2E0;
}
.AnyTagClassName
{
color: #60A2E0;
}
</style>
background-color css
<style>
a { background-color: #60A2E0; }
a { background-color: rgb(96,162,224); }
div.DivClassName
{
background-color: #60A2E0;
}
.BgClassName
{
background-color: #60A2E0;
}
</style>
border-color css
<style>
span { border-color: #60A2E0; }
span { border-color: rgb(96,162,224); }
td.TdClassName
{
border-color: #60A2E0;
}
.TagClassName
{
border-color: #60A2E0;
}
</style>