Shades of Picton Blue #60A2D8
Tints of Picton Blue #60A2D8
RGB
CMYK
RGB Variations
Color information
#60A2D8 (or 0x60A2D8) is known color: Picton Blue. HEX triplet: 60, A2 and D8. RGB value is (96,162,216). Sum of RGB (Red+Green+Blue) = 96+162+216=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 216 - color contains mainly: blue. Hex color #60A2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2D8 is #9F5D27. Grayscale: #949494. Windows color (decimal): -10444072 or 14197344. OLE color: 14197344.
HSL color Cylindrical-coordinate representation of color #60A2D8: hue angle of 207º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A2D8 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 162 | 216 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.15 |
| HSL | 207º | 0.61% | 0.61% | - |
| HSV(B) | 207º | 0.56% | 0.85% | - |
| XYZ | 30.14 | 33.29 | 69.8 | - |
| YUV | 148.42 | 166.13 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 216 | 0.56 | 0.25 | 0 | 0.15 | 207 | 0.61 | 0.61 |
| Hex | 60 | A2 | D8 | 38 | 19 | 0 | F | CF | 3D | 3D |
| Octal | 140 | 242 | 330 | 70 | 31 | 0 | 17 | 317 | 75 | 75 |
| Binary | 1100000 | 10100010 | 11011000 | 111000 | 11001 | 0 | 1111 | 11001111 | 111101 | 111101 |
Color Harmonies of #60A2D8
Complementary color
Monochromatic Colors of #60A2D8
Black with #60A2D8
Text Example
Text Example
White with #60A2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2D8; }
p { color: rgb(96,162,216); }
H1.HeaderClassName
{
color: #60A2D8;
}
.AnyTagClassName
{
color: #60A2D8;
}
</style>
background-color css
<style>
a { background-color: #60A2D8; }
a { background-color: rgb(96,162,216); }
div.DivClassName
{
background-color: #60A2D8;
}
.BgClassName
{
background-color: #60A2D8;
}
</style>
border-color css
<style>
span { border-color: #60A2D8; }
span { border-color: rgb(96,162,216); }
td.TdClassName
{
border-color: #60A2D8;
}
.TagClassName
{
border-color: #60A2D8;
}
</style>