Shades of Picton Blue #60A8CF
Tints of Picton Blue #60A8CF
RGB
CMYK
RGB Variations
Color information
#60A8CF (or 0x60A8CF) is known color: Picton Blue. HEX triplet: 60, A8 and CF. RGB value is (96,168,207). Sum of RGB (Red+Green+Blue) = 96+168+207=471 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.38% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #60A8CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A8CF is #9F5730. Grayscale: #969696. Windows color (decimal): -10442545 or 13609056. OLE color: 13609056.
HSL color Cylindrical-coordinate representation of color #60A8CF: hue angle of 201.08º 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 #60A8CF is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 96 | 168 | 207 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.19 |
| HSL | 201.08º | 0.54% | 0.59% | - |
| HSV(B) | 201.08º | 0.54% | 0.81% | - |
| XYZ | 30.09 | 35 | 64.2 | - |
| YUV | 150.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 207 | 0.54 | 0.19 | 0 | 0.19 | 201.08 | 0.54 | 0.59 |
| Hex | 60 | A8 | CF | 36 | 13 | 0 | 13 | C9 | 36 | 3B |
| Octal | 140 | 250 | 317 | 66 | 23 | 0 | 23 | 311 | 66 | 73 |
| Binary | 1100000 | 10101000 | 11001111 | 110110 | 10011 | 0 | 10011 | 11001001 | 110110 | 111011 |
Color Harmonies of #60A8CF
Complementary color
Monochromatic Colors of #60A8CF
Black with #60A8CF
Text Example
Text Example
White with #60A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A8CF; }
p { color: rgb(96,168,207); }
H1.HeaderClassName
{
color: #60A8CF;
}
.AnyTagClassName
{
color: #60A8CF;
}
</style>
background-color css
<style>
a { background-color: #60A8CF; }
a { background-color: rgb(96,168,207); }
div.DivClassName
{
background-color: #60A8CF;
}
.BgClassName
{
background-color: #60A8CF;
}
</style>
border-color css
<style>
span { border-color: #60A8CF; }
span { border-color: rgb(96,168,207); }
td.TdClassName
{
border-color: #60A8CF;
}
.TagClassName
{
border-color: #60A8CF;
}
</style>