Shades of Picton Blue #60A5E4
Tints of Picton Blue #60A5E4
RGB
CMYK
RGB Variations
Color information
#60A5E4 (or 0x60A5E4) is known color: Picton Blue. HEX triplet: 60, A5 and E4. RGB value is (96,165,228). Sum of RGB (Red+Green+Blue) = 96+165+228=489 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.63% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #60A5E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A5E4 is #9F5A1B. Grayscale: #979797. Windows color (decimal): -10443292 or 14984544. OLE color: 14984544.
HSL color Cylindrical-coordinate representation of color #60A5E4: hue angle of 208.64º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60A5E4 is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 96 | 165 | 228 | - |
| CMYK | 0.58 | 0.28 | 0 | 0.11 |
| HSL | 208.64º | 0.71% | 0.64% | - |
| HSV(B) | 208.64º | 0.58% | 0.89% | - |
| XYZ | 32.28 | 35 | 78.45 | - |
| YUV | 151.55 | 171.14 | 88.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 228 | 0.58 | 0.28 | 0 | 0.11 | 208.64 | 0.71 | 0.64 |
| Hex | 60 | A5 | E4 | 3A | 1C | 0 | B | D1 | 47 | 40 |
| Octal | 140 | 245 | 344 | 72 | 34 | 0 | 13 | 321 | 107 | 100 |
| Binary | 1100000 | 10100101 | 11100100 | 111010 | 11100 | 0 | 1011 | 11010001 | 1000111 | 1000000 |
Color Harmonies of #60A5E4
Complementary color
Monochromatic Colors of #60A5E4
Black with #60A5E4
Text Example
Text Example
White with #60A5E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A5E4; }
p { color: rgb(96,165,228); }
H1.HeaderClassName
{
color: #60A5E4;
}
.AnyTagClassName
{
color: #60A5E4;
}
</style>
background-color css
<style>
a { background-color: #60A5E4; }
a { background-color: rgb(96,165,228); }
div.DivClassName
{
background-color: #60A5E4;
}
.BgClassName
{
background-color: #60A5E4;
}
</style>
border-color css
<style>
span { border-color: #60A5E4; }
span { border-color: rgb(96,165,228); }
td.TdClassName
{
border-color: #60A5E4;
}
.TagClassName
{
border-color: #60A5E4;
}
</style>