Shades of Picton Blue #60A8C6
Tints of Picton Blue #60A8C6
RGB
CMYK
RGB Variations
Color information
#60A8C6 (or 0x60A8C6) is known color: Picton Blue. HEX triplet: 60, A8 and C6. RGB value is (96,168,198). Sum of RGB (Red+Green+Blue) = 96+168+198=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 198 (77.73% from 255 or 42.86% from 462); Max value from RGB is 198 - color contains mainly: blue. Hex color #60A8C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8C6 is #9F5739. Grayscale: #959595. Windows color (decimal): -10442554 or 13019232. OLE color: 13019232.
HSL color Cylindrical-coordinate representation of color #60A8C6: hue angle of 197.65º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60A8C6 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 96 | 168 | 198 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.22 |
| HSL | 197.65º | 0.47% | 0.58% | - |
| HSV(B) | 197.65º | 0.52% | 0.78% | - |
| XYZ | 29.02 | 34.57 | 58.57 | - |
| YUV | 149.89 | 155.15 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 198 | 0.52 | 0.15 | 0 | 0.22 | 197.65 | 0.47 | 0.58 |
| Hex | 60 | A8 | C6 | 34 | F | 0 | 16 | C6 | 2F | 3A |
| Octal | 140 | 250 | 306 | 64 | 17 | 0 | 26 | 306 | 57 | 72 |
| Binary | 1100000 | 10101000 | 11000110 | 110100 | 1111 | 0 | 10110 | 11000110 | 101111 | 111010 |
Color Harmonies of #60A8C6
Complementary color
Monochromatic Colors of #60A8C6
Black with #60A8C6
Text Example
Text Example
White with #60A8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8C6; }
p { color: rgb(96,168,198); }
H1.HeaderClassName
{
color: #60A8C6;
}
.AnyTagClassName
{
color: #60A8C6;
}
</style>
background-color css
<style>
a { background-color: #60A8C6; }
a { background-color: rgb(96,168,198); }
div.DivClassName
{
background-color: #60A8C6;
}
.BgClassName
{
background-color: #60A8C6;
}
</style>
border-color css
<style>
span { border-color: #60A8C6; }
span { border-color: rgb(96,168,198); }
td.TdClassName
{
border-color: #60A8C6;
}
.TagClassName
{
border-color: #60A8C6;
}
</style>