Shades of Picton Blue #62ADD0
Tints of Picton Blue #62ADD0
RGB
CMYK
RGB Variations
Color information
#62ADD0 (or 0x62ADD0) is known color: Picton Blue. HEX triplet: 62, AD and D0. RGB value is (98,173,208). Sum of RGB (Red+Green+Blue) = 98+173+208=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 173 (67.97% from 255 or 36.12% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #62ADD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADD0 is #9D522F. Grayscale: #9A9A9A. Windows color (decimal): -10310192 or 13675874. OLE color: 13675874.
HSL color Cylindrical-coordinate representation of color #62ADD0: hue angle of 199.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #62ADD0 is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 173 | 208 | - |
| CMYK | 0.53 | 0.17 | 0 | 0.18 |
| HSL | 199.09º | 0.54% | 0.6% | - |
| HSV(B) | 199.09º | 0.53% | 0.82% | - |
| XYZ | 31.37 | 37.04 | 65.17 | - |
| YUV | 154.57 | 158.15 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 208 | 0.53 | 0.17 | 0 | 0.18 | 199.09 | 0.54 | 0.6 |
| Hex | 62 | AD | D0 | 35 | 11 | 0 | 12 | C7 | 36 | 3C |
| Octal | 142 | 255 | 320 | 65 | 21 | 0 | 22 | 307 | 66 | 74 |
| Binary | 1100010 | 10101101 | 11010000 | 110101 | 10001 | 0 | 10010 | 11000111 | 110110 | 111100 |
Color Harmonies of #62ADD0
Complementary color
Monochromatic Colors of #62ADD0
Black with #62ADD0
Text Example
Text Example
White with #62ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADD0; }
p { color: rgb(98,173,208); }
H1.HeaderClassName
{
color: #62ADD0;
}
.AnyTagClassName
{
color: #62ADD0;
}
</style>
background-color css
<style>
a { background-color: #62ADD0; }
a { background-color: rgb(98,173,208); }
div.DivClassName
{
background-color: #62ADD0;
}
.BgClassName
{
background-color: #62ADD0;
}
</style>
border-color css
<style>
span { border-color: #62ADD0; }
span { border-color: rgb(98,173,208); }
td.TdClassName
{
border-color: #62ADD0;
}
.TagClassName
{
border-color: #62ADD0;
}
</style>