Shades of Picton Blue #60A8D4
Tints of Picton Blue #60A8D4
RGB
CMYK
RGB Variations
Color information
#60A8D4 (or 0x60A8D4) is known color: Picton Blue. HEX triplet: 60, A8 and D4. RGB value is (96,168,212). Sum of RGB (Red+Green+Blue) = 96+168+212=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 212 (83.20% from 255 or 44.54% from 476); Max value from RGB is 212 - color contains mainly: blue. Hex color #60A8D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8D4 is #9F572B. Grayscale: #979797. Windows color (decimal): -10442540 or 13936736. OLE color: 13936736.
HSL color Cylindrical-coordinate representation of color #60A8D4: hue angle of 202.76º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60A8D4 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 168 | 212 | - |
| CMYK | 0.55 | 0.21 | 0 | 0.17 |
| HSL | 202.76º | 0.57% | 0.6% | - |
| HSV(B) | 202.76º | 0.55% | 0.83% | - |
| XYZ | 30.71 | 35.25 | 67.47 | - |
| YUV | 151.49 | 162.15 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 212 | 0.55 | 0.21 | 0 | 0.17 | 202.76 | 0.57 | 0.6 |
| Hex | 60 | A8 | D4 | 37 | 15 | 0 | 11 | CB | 39 | 3C |
| Octal | 140 | 250 | 324 | 67 | 25 | 0 | 21 | 313 | 71 | 74 |
| Binary | 1100000 | 10101000 | 11010100 | 110111 | 10101 | 0 | 10001 | 11001011 | 111001 | 111100 |
Color Harmonies of #60A8D4
Complementary color
Monochromatic Colors of #60A8D4
Black with #60A8D4
Text Example
Text Example
White with #60A8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8D4; }
p { color: rgb(96,168,212); }
H1.HeaderClassName
{
color: #60A8D4;
}
.AnyTagClassName
{
color: #60A8D4;
}
</style>
background-color css
<style>
a { background-color: #60A8D4; }
a { background-color: rgb(96,168,212); }
div.DivClassName
{
background-color: #60A8D4;
}
.BgClassName
{
background-color: #60A8D4;
}
</style>
border-color css
<style>
span { border-color: #60A8D4; }
span { border-color: rgb(96,168,212); }
td.TdClassName
{
border-color: #60A8D4;
}
.TagClassName
{
border-color: #60A8D4;
}
</style>