Shades of Picton Blue #60A7CF
Tints of Picton Blue #60A7CF
RGB
CMYK
RGB Variations
Color information
#60A7CF (or 0x60A7CF) is known color: Picton Blue. HEX triplet: 60, A7 and CF. RGB value is (96,167,207). Sum of RGB (Red+Green+Blue) = 96+167+207=470 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.43% from 470); Green value is 167 (65.62% from 255 or 35.53% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 207 - color contains mainly: blue. Hex color #60A7CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A7CF is #9F5830. Grayscale: #969696. Windows color (decimal): -10442801 or 13608800. OLE color: 13608800.
HSL color Cylindrical-coordinate representation of color #60A7CF: hue angle of 201.62º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60A7CF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 167 | 207 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.19 |
| HSL | 201.62º | 0.54% | 0.59% | - |
| HSV(B) | 201.62º | 0.54% | 0.81% | - |
| XYZ | 29.91 | 34.63 | 64.14 | - |
| YUV | 150.33 | 159.98 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 167 | 207 | 0.54 | 0.19 | 0 | 0.19 | 201.62 | 0.54 | 0.59 |
| Hex | 60 | A7 | CF | 36 | 13 | 0 | 13 | CA | 36 | 3B |
| Octal | 140 | 247 | 317 | 66 | 23 | 0 | 23 | 312 | 66 | 73 |
| Binary | 1100000 | 10100111 | 11001111 | 110110 | 10011 | 0 | 10011 | 11001010 | 110110 | 111011 |
Color Harmonies of #60A7CF
Complementary color
Monochromatic Colors of #60A7CF
Black with #60A7CF
Text Example
Text Example
White with #60A7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A7CF; }
p { color: rgb(96,167,207); }
H1.HeaderClassName
{
color: #60A7CF;
}
.AnyTagClassName
{
color: #60A7CF;
}
</style>
background-color css
<style>
a { background-color: #60A7CF; }
a { background-color: rgb(96,167,207); }
div.DivClassName
{
background-color: #60A7CF;
}
.BgClassName
{
background-color: #60A7CF;
}
</style>
border-color css
<style>
span { border-color: #60A7CF; }
span { border-color: rgb(96,167,207); }
td.TdClassName
{
border-color: #60A7CF;
}
.TagClassName
{
border-color: #60A7CF;
}
</style>