Shades of Picton Blue #62A0CC
Tints of Picton Blue #62A0CC
RGB
CMYK
RGB Variations
Color information
#62A0CC (or 0x62A0CC) is known color: Picton Blue. HEX triplet: 62, A0 and CC. RGB value is (98,160,204). Sum of RGB (Red+Green+Blue) = 98+160+204=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 160 (62.89% from 255 or 34.63% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #62A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A0CC is #9D5F33. Grayscale: #929292. Windows color (decimal): -10313524 or 13410402. OLE color: 13410402.
HSL color Cylindrical-coordinate representation of color #62A0CC: hue angle of 204.91º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62A0CC is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 160 | 204 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.2 |
| HSL | 204.91º | 0.51% | 0.59% | - |
| HSV(B) | 204.91º | 0.52% | 0.8% | - |
| XYZ | 28.51 | 32.1 | 61.82 | - |
| YUV | 146.48 | 160.46 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 204 | 0.52 | 0.22 | 0 | 0.2 | 204.91 | 0.51 | 0.59 |
| Hex | 62 | A0 | CC | 34 | 16 | 0 | 14 | CD | 33 | 3B |
| Octal | 142 | 240 | 314 | 64 | 26 | 0 | 24 | 315 | 63 | 73 |
| Binary | 1100010 | 10100000 | 11001100 | 110100 | 10110 | 0 | 10100 | 11001101 | 110011 | 111011 |
Color Harmonies of #62A0CC
Complementary color
Monochromatic Colors of #62A0CC
Black with #62A0CC
Text Example
Text Example
White with #62A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A0CC; }
p { color: rgb(98,160,204); }
H1.HeaderClassName
{
color: #62A0CC;
}
.AnyTagClassName
{
color: #62A0CC;
}
</style>
background-color css
<style>
a { background-color: #62A0CC; }
a { background-color: rgb(98,160,204); }
div.DivClassName
{
background-color: #62A0CC;
}
.BgClassName
{
background-color: #62A0CC;
}
</style>
border-color css
<style>
span { border-color: #62A0CC; }
span { border-color: rgb(98,160,204); }
td.TdClassName
{
border-color: #62A0CC;
}
.TagClassName
{
border-color: #62A0CC;
}
</style>