Shades of Picton Blue #62A1DD
Tints of Picton Blue #62A1DD
RGB
CMYK
RGB Variations
Color information
#62A1DD (or 0x62A1DD) is known color: Picton Blue. HEX triplet: 62, A1 and DD. RGB value is (98,161,221). Sum of RGB (Red+Green+Blue) = 98+161+221=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 161 (63.28% from 255 or 33.54% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #62A1DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1DD is #9D5E22. Grayscale: #949494. Windows color (decimal): -10313251 or 14524770. OLE color: 14524770.
HSL color Cylindrical-coordinate representation of color #62A1DD: hue angle of 209.27º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62A1DD is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 161 | 221 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.13 |
| HSL | 209.27º | 0.64% | 0.63% | - |
| HSV(B) | 209.27º | 0.56% | 0.87% | - |
| XYZ | 30.83 | 33.31 | 73.21 | - |
| YUV | 149 | 168.63 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 221 | 0.56 | 0.27 | 0 | 0.13 | 209.27 | 0.64 | 0.63 |
| Hex | 62 | A1 | DD | 38 | 1B | 0 | D | D1 | 40 | 3F |
| Octal | 142 | 241 | 335 | 70 | 33 | 0 | 15 | 321 | 100 | 77 |
| Binary | 1100010 | 10100001 | 11011101 | 111000 | 11011 | 0 | 1101 | 11010001 | 1000000 | 111111 |
Color Harmonies of #62A1DD
Complementary color
Monochromatic Colors of #62A1DD
Black with #62A1DD
Text Example
Text Example
White with #62A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A1DD; }
p { color: rgb(98,161,221); }
H1.HeaderClassName
{
color: #62A1DD;
}
.AnyTagClassName
{
color: #62A1DD;
}
</style>
background-color css
<style>
a { background-color: #62A1DD; }
a { background-color: rgb(98,161,221); }
div.DivClassName
{
background-color: #62A1DD;
}
.BgClassName
{
background-color: #62A1DD;
}
</style>
border-color css
<style>
span { border-color: #62A1DD; }
span { border-color: rgb(98,161,221); }
td.TdClassName
{
border-color: #62A1DD;
}
.TagClassName
{
border-color: #62A1DD;
}
</style>