Shades of Picton Blue #60AAD2
Tints of Picton Blue #60AAD2
RGB
CMYK
RGB Variations
Color information
#60AAD2 (or 0x60AAD2) is known color: Picton Blue. HEX triplet: 60, AA and D2. RGB value is (96,170,210). Sum of RGB (Red+Green+Blue) = 96+170+210=476 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.17% from 476); Green value is 170 (66.80% from 255 or 35.71% from 476); Blue value is 210 (82.42% from 255 or 44.12% from 476); Max value from RGB is 210 - color contains mainly: blue. Hex color #60AAD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AAD2 is #9F552D. Grayscale: #989898. Windows color (decimal): -10442030 or 13806176. OLE color: 13806176.
HSL color Cylindrical-coordinate representation of color #60AAD2: hue angle of 201.05º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60AAD2 is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 96 | 170 | 210 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.18 |
| HSL | 201.05º | 0.56% | 0.6% | - |
| HSV(B) | 201.05º | 0.54% | 0.82% | - |
| XYZ | 30.83 | 35.89 | 66.28 | - |
| YUV | 152.43 | 160.48 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 210 | 0.54 | 0.19 | 0 | 0.18 | 201.05 | 0.56 | 0.6 |
| Hex | 60 | AA | D2 | 36 | 13 | 0 | 12 | C9 | 38 | 3C |
| Octal | 140 | 252 | 322 | 66 | 23 | 0 | 22 | 311 | 70 | 74 |
| Binary | 1100000 | 10101010 | 11010010 | 110110 | 10011 | 0 | 10010 | 11001001 | 111000 | 111100 |
Color Harmonies of #60AAD2
Complementary color
Monochromatic Colors of #60AAD2
Black with #60AAD2
Text Example
Text Example
White with #60AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAD2; }
p { color: rgb(96,170,210); }
H1.HeaderClassName
{
color: #60AAD2;
}
.AnyTagClassName
{
color: #60AAD2;
}
</style>
background-color css
<style>
a { background-color: #60AAD2; }
a { background-color: rgb(96,170,210); }
div.DivClassName
{
background-color: #60AAD2;
}
.BgClassName
{
background-color: #60AAD2;
}
</style>
border-color css
<style>
span { border-color: #60AAD2; }
span { border-color: rgb(96,170,210); }
td.TdClassName
{
border-color: #60AAD2;
}
.TagClassName
{
border-color: #60AAD2;
}
</style>