Shades of Picton Blue #60AAD3
Tints of Picton Blue #60AAD3
RGB
CMYK
RGB Variations
Color information
#60AAD3 (or 0x60AAD3) is known color: Picton Blue. HEX triplet: 60, AA and D3. RGB value is (96,170,211). Sum of RGB (Red+Green+Blue) = 96+170+211=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #60AAD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60AAD3 is #9F552C. Grayscale: #989898. Windows color (decimal): -10442029 or 13871712. OLE color: 13871712.
HSL color Cylindrical-coordinate representation of color #60AAD3: hue angle of 201.39º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60AAD3 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 96 | 170 | 211 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.17 |
| HSL | 201.39º | 0.57% | 0.6% | - |
| HSV(B) | 201.39º | 0.55% | 0.83% | - |
| XYZ | 30.96 | 35.94 | 66.93 | - |
| YUV | 152.55 | 160.98 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 170 | 211 | 0.55 | 0.19 | 0 | 0.17 | 201.39 | 0.57 | 0.6 |
| Hex | 60 | AA | D3 | 37 | 13 | 0 | 11 | C9 | 39 | 3C |
| Octal | 140 | 252 | 323 | 67 | 23 | 0 | 21 | 311 | 71 | 74 |
| Binary | 1100000 | 10101010 | 11010011 | 110111 | 10011 | 0 | 10001 | 11001001 | 111001 | 111100 |
Color Harmonies of #60AAD3
Complementary color
Monochromatic Colors of #60AAD3
Black with #60AAD3
Text Example
Text Example
White with #60AAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AAD3; }
p { color: rgb(96,170,211); }
H1.HeaderClassName
{
color: #60AAD3;
}
.AnyTagClassName
{
color: #60AAD3;
}
</style>
background-color css
<style>
a { background-color: #60AAD3; }
a { background-color: rgb(96,170,211); }
div.DivClassName
{
background-color: #60AAD3;
}
.BgClassName
{
background-color: #60AAD3;
}
</style>
border-color css
<style>
span { border-color: #60AAD3; }
span { border-color: rgb(96,170,211); }
td.TdClassName
{
border-color: #60AAD3;
}
.TagClassName
{
border-color: #60AAD3;
}
</style>