Shades of Picton Blue #62ADD3
Tints of Picton Blue #62ADD3
RGB
CMYK
RGB Variations
Color information
#62ADD3 (or 0x62ADD3) is known color: Picton Blue. HEX triplet: 62, AD and D3. RGB value is (98,173,211). Sum of RGB (Red+Green+Blue) = 98+173+211=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 211 (82.81% from 255 or 43.78% from 482); Max value from RGB is 211 - color contains mainly: blue. Hex color #62ADD3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADD3 is #9D522C. Grayscale: #9A9A9A. Windows color (decimal): -10310189 or 13872482. OLE color: 13872482.
HSL color Cylindrical-coordinate representation of color #62ADD3: hue angle of 200.18º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #62ADD3 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 98 | 173 | 211 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.17 |
| HSL | 200.18º | 0.56% | 0.61% | - |
| HSV(B) | 200.18º | 0.54% | 0.83% | - |
| XYZ | 31.74 | 37.19 | 67.13 | - |
| YUV | 154.91 | 159.65 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 211 | 0.54 | 0.18 | 0 | 0.17 | 200.18 | 0.56 | 0.61 |
| Hex | 62 | AD | D3 | 36 | 12 | 0 | 11 | C8 | 38 | 3D |
| Octal | 142 | 255 | 323 | 66 | 22 | 0 | 21 | 310 | 70 | 75 |
| Binary | 1100010 | 10101101 | 11010011 | 110110 | 10010 | 0 | 10001 | 11001000 | 111000 | 111101 |
Color Harmonies of #62ADD3
Complementary color
Monochromatic Colors of #62ADD3
Black with #62ADD3
Text Example
Text Example
White with #62ADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADD3; }
p { color: rgb(98,173,211); }
H1.HeaderClassName
{
color: #62ADD3;
}
.AnyTagClassName
{
color: #62ADD3;
}
</style>
background-color css
<style>
a { background-color: #62ADD3; }
a { background-color: rgb(98,173,211); }
div.DivClassName
{
background-color: #62ADD3;
}
.BgClassName
{
background-color: #62ADD3;
}
</style>
border-color css
<style>
span { border-color: #62ADD3; }
span { border-color: rgb(98,173,211); }
td.TdClassName
{
border-color: #62ADD3;
}
.TagClassName
{
border-color: #62ADD3;
}
</style>