Shades of Picton Blue #60A5CC
Tints of Picton Blue #60A5CC
RGB
CMYK
RGB Variations
Color information
#60A5CC (or 0x60A5CC) is known color: Picton Blue. HEX triplet: 60, A5 and CC. RGB value is (96,165,204). Sum of RGB (Red+Green+Blue) = 96+165+204=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 165 (64.84% from 255 or 35.48% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #60A5CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A5CC is #9F5A33. Grayscale: #949494. Windows color (decimal): -10443316 or 13411680. OLE color: 13411680.
HSL color Cylindrical-coordinate representation of color #60A5CC: hue angle of 201.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60A5CC is Cyan = 0.53, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 165 | 204 | - |
| CMYK | 0.53 | 0.19 | 0 | 0.2 |
| HSL | 201.67º | 0.51% | 0.59% | - |
| HSV(B) | 201.67º | 0.53% | 0.8% | - |
| XYZ | 29.18 | 33.76 | 62.1 | - |
| YUV | 148.82 | 159.14 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 165 | 204 | 0.53 | 0.19 | 0 | 0.2 | 201.67 | 0.51 | 0.59 |
| Hex | 60 | A5 | CC | 35 | 13 | 0 | 14 | CA | 33 | 3B |
| Octal | 140 | 245 | 314 | 65 | 23 | 0 | 24 | 312 | 63 | 73 |
| Binary | 1100000 | 10100101 | 11001100 | 110101 | 10011 | 0 | 10100 | 11001010 | 110011 | 111011 |
Color Harmonies of #60A5CC
Complementary color
Monochromatic Colors of #60A5CC
Black with #60A5CC
Text Example
Text Example
White with #60A5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A5CC; }
p { color: rgb(96,165,204); }
H1.HeaderClassName
{
color: #60A5CC;
}
.AnyTagClassName
{
color: #60A5CC;
}
</style>
background-color css
<style>
a { background-color: #60A5CC; }
a { background-color: rgb(96,165,204); }
div.DivClassName
{
background-color: #60A5CC;
}
.BgClassName
{
background-color: #60A5CC;
}
</style>
border-color css
<style>
span { border-color: #60A5CC; }
span { border-color: rgb(96,165,204); }
td.TdClassName
{
border-color: #60A5CC;
}
.TagClassName
{
border-color: #60A5CC;
}
</style>