Shades of Picton Blue #62A0CF
Tints of Picton Blue #62A0CF
RGB
CMYK
RGB Variations
Color information
#62A0CF (or 0x62A0CF) is known color: Picton Blue. HEX triplet: 62, A0 and CF. RGB value is (98,160,207). Sum of RGB (Red+Green+Blue) = 98+160+207=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 160 (62.89% from 255 or 34.41% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 207 - color contains mainly: blue. Hex color #62A0CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A0CF is #9D5F30. Grayscale: #929292. Windows color (decimal): -10313521 or 13607010. OLE color: 13607010.
HSL color Cylindrical-coordinate representation of color #62A0CF: hue angle of 205.87º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62A0CF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 160 | 207 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.19 |
| HSL | 205.87º | 0.53% | 0.6% | - |
| HSV(B) | 205.87º | 0.53% | 0.81% | - |
| XYZ | 28.87 | 32.24 | 63.73 | - |
| YUV | 146.82 | 161.96 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 160 | 207 | 0.53 | 0.23 | 0 | 0.19 | 205.87 | 0.53 | 0.6 |
| Hex | 62 | A0 | CF | 35 | 17 | 0 | 13 | CE | 35 | 3C |
| Octal | 142 | 240 | 317 | 65 | 27 | 0 | 23 | 316 | 65 | 74 |
| Binary | 1100010 | 10100000 | 11001111 | 110101 | 10111 | 0 | 10011 | 11001110 | 110101 | 111100 |
Color Harmonies of #62A0CF
Complementary color
Monochromatic Colors of #62A0CF
Black with #62A0CF
Text Example
Text Example
White with #62A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A0CF; }
p { color: rgb(98,160,207); }
H1.HeaderClassName
{
color: #62A0CF;
}
.AnyTagClassName
{
color: #62A0CF;
}
</style>
background-color css
<style>
a { background-color: #62A0CF; }
a { background-color: rgb(98,160,207); }
div.DivClassName
{
background-color: #62A0CF;
}
.BgClassName
{
background-color: #62A0CF;
}
</style>
border-color css
<style>
span { border-color: #62A0CF; }
span { border-color: rgb(98,160,207); }
td.TdClassName
{
border-color: #62A0CF;
}
.TagClassName
{
border-color: #62A0CF;
}
</style>