Shades of Picton Blue #60A2DB
Tints of Picton Blue #60A2DB
RGB
CMYK
RGB Variations
Color information
#60A2DB (or 0x60A2DB) is known color: Picton Blue. HEX triplet: 60, A2 and DB. RGB value is (96,162,219). Sum of RGB (Red+Green+Blue) = 96+162+219=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #60A2DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60A2DB is #9F5D24. Grayscale: #949494. Windows color (decimal): -10444069 or 14393952. OLE color: 14393952.
HSL color Cylindrical-coordinate representation of color #60A2DB: hue angle of 207.8º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60A2DB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 162 | 219 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.14 |
| HSL | 207.8º | 0.63% | 0.62% | - |
| HSV(B) | 207.8º | 0.56% | 0.86% | - |
| XYZ | 30.53 | 33.44 | 71.86 | - |
| YUV | 148.76 | 167.63 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 162 | 219 | 0.56 | 0.26 | 0 | 0.14 | 207.8 | 0.63 | 0.62 |
| Hex | 60 | A2 | DB | 38 | 1A | 0 | E | D0 | 3F | 3E |
| Octal | 140 | 242 | 333 | 70 | 32 | 0 | 16 | 320 | 77 | 76 |
| Binary | 1100000 | 10100010 | 11011011 | 111000 | 11010 | 0 | 1110 | 11010000 | 111111 | 111110 |
Color Harmonies of #60A2DB
Complementary color
Monochromatic Colors of #60A2DB
Black with #60A2DB
Text Example
Text Example
White with #60A2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A2DB; }
p { color: rgb(96,162,219); }
H1.HeaderClassName
{
color: #60A2DB;
}
.AnyTagClassName
{
color: #60A2DB;
}
</style>
background-color css
<style>
a { background-color: #60A2DB; }
a { background-color: rgb(96,162,219); }
div.DivClassName
{
background-color: #60A2DB;
}
.BgClassName
{
background-color: #60A2DB;
}
</style>
border-color css
<style>
span { border-color: #60A2DB; }
span { border-color: rgb(96,162,219); }
td.TdClassName
{
border-color: #60A2DB;
}
.TagClassName
{
border-color: #60A2DB;
}
</style>