Shades of Picton Blue #62ADD2
Tints of Picton Blue #62ADD2
RGB
CMYK
RGB Variations
Color information
#62ADD2 (or 0x62ADD2) is known color: Picton Blue. HEX triplet: 62, AD and D2. RGB value is (98,173,210). Sum of RGB (Red+Green+Blue) = 98+173+210=481 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.37% from 481); Green value is 173 (67.97% from 255 or 35.97% from 481); Blue value is 210 (82.42% from 255 or 43.66% from 481); Max value from RGB is 210 - color contains mainly: blue. Hex color #62ADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADD2 is #9D522D. Grayscale: #9A9A9A. Windows color (decimal): -10310190 or 13806946. OLE color: 13806946.
HSL color Cylindrical-coordinate representation of color #62ADD2: hue angle of 199.82º degrees, saturation: 0.55, 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 #62ADD2 is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 173 | 210 | - |
| CMYK | 0.53 | 0.18 | 0 | 0.18 |
| HSL | 199.82º | 0.55% | 0.6% | - |
| HSV(B) | 199.82º | 0.53% | 0.82% | - |
| XYZ | 31.61 | 37.14 | 66.47 | - |
| YUV | 154.79 | 159.15 | 87.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 210 | 0.53 | 0.18 | 0 | 0.18 | 199.82 | 0.55 | 0.6 |
| Hex | 62 | AD | D2 | 35 | 12 | 0 | 12 | C8 | 37 | 3C |
| Octal | 142 | 255 | 322 | 65 | 22 | 0 | 22 | 310 | 67 | 74 |
| Binary | 1100010 | 10101101 | 11010010 | 110101 | 10010 | 0 | 10010 | 11001000 | 110111 | 111100 |
Color Harmonies of #62ADD2
Complementary color
Monochromatic Colors of #62ADD2
Black with #62ADD2
Text Example
Text Example
White with #62ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADD2; }
p { color: rgb(98,173,210); }
H1.HeaderClassName
{
color: #62ADD2;
}
.AnyTagClassName
{
color: #62ADD2;
}
</style>
background-color css
<style>
a { background-color: #62ADD2; }
a { background-color: rgb(98,173,210); }
div.DivClassName
{
background-color: #62ADD2;
}
.BgClassName
{
background-color: #62ADD2;
}
</style>
border-color css
<style>
span { border-color: #62ADD2; }
span { border-color: rgb(98,173,210); }
td.TdClassName
{
border-color: #62ADD2;
}
.TagClassName
{
border-color: #62ADD2;
}
</style>