Shades of Picton Blue #60A8DA
Tints of Picton Blue #60A8DA
RGB
CMYK
RGB Variations
Color information
#60A8DA (or 0x60A8DA) is known color: Picton Blue. HEX triplet: 60, A8 and DA. RGB value is (96,168,218). Sum of RGB (Red+Green+Blue) = 96+168+218=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #60A8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8DA is #9F5725. Grayscale: #979797. Windows color (decimal): -10442534 or 14329952. OLE color: 14329952.
HSL color Cylindrical-coordinate representation of color #60A8DA: hue angle of 204.59º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A8DA is Cyan = 0.56, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 96 | 168 | 218 | - |
| CMYK | 0.56 | 0.23 | 0 | 0.15 |
| HSL | 204.59º | 0.62% | 0.62% | - |
| HSV(B) | 204.59º | 0.56% | 0.85% | - |
| XYZ | 31.48 | 35.55 | 71.53 | - |
| YUV | 152.17 | 165.15 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 218 | 0.56 | 0.23 | 0 | 0.15 | 204.59 | 0.62 | 0.62 |
| Hex | 60 | A8 | DA | 38 | 17 | 0 | F | CD | 3E | 3E |
| Octal | 140 | 250 | 332 | 70 | 27 | 0 | 17 | 315 | 76 | 76 |
| Binary | 1100000 | 10101000 | 11011010 | 111000 | 10111 | 0 | 1111 | 11001101 | 111110 | 111110 |
Color Harmonies of #60A8DA
Complementary color
Monochromatic Colors of #60A8DA
Black with #60A8DA
Text Example
Text Example
White with #60A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8DA; }
p { color: rgb(96,168,218); }
H1.HeaderClassName
{
color: #60A8DA;
}
.AnyTagClassName
{
color: #60A8DA;
}
</style>
background-color css
<style>
a { background-color: #60A8DA; }
a { background-color: rgb(96,168,218); }
div.DivClassName
{
background-color: #60A8DA;
}
.BgClassName
{
background-color: #60A8DA;
}
</style>
border-color css
<style>
span { border-color: #60A8DA; }
span { border-color: rgb(96,168,218); }
td.TdClassName
{
border-color: #60A8DA;
}
.TagClassName
{
border-color: #60A8DA;
}
</style>