Shades of Picton Blue #62A1DF
Tints of Picton Blue #62A1DF
RGB
CMYK
RGB Variations
Color information
#62A1DF (or 0x62A1DF) is known color: Picton Blue. HEX triplet: 62, A1 and DF. RGB value is (98,161,223). Sum of RGB (Red+Green+Blue) = 98+161+223=482 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.33% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #62A1DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A1DF is #9D5E20. Grayscale: #949494. Windows color (decimal): -10313249 or 14655842. OLE color: 14655842.
HSL color Cylindrical-coordinate representation of color #62A1DF: hue angle of 209.76º degrees, saturation: 0.66, 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 #62A1DF is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 161 | 223 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.13 |
| HSL | 209.76º | 0.66% | 0.63% | - |
| HSV(B) | 209.76º | 0.56% | 0.87% | - |
| XYZ | 31.1 | 33.41 | 74.62 | - |
| YUV | 149.23 | 169.63 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 223 | 0.56 | 0.28 | 0 | 0.13 | 209.76 | 0.66 | 0.63 |
| Hex | 62 | A1 | DF | 38 | 1C | 0 | D | D2 | 42 | 3F |
| Octal | 142 | 241 | 337 | 70 | 34 | 0 | 15 | 322 | 102 | 77 |
| Binary | 1100010 | 10100001 | 11011111 | 111000 | 11100 | 0 | 1101 | 11010010 | 1000010 | 111111 |
Color Harmonies of #62A1DF
Complementary color
Monochromatic Colors of #62A1DF
Black with #62A1DF
Text Example
Text Example
White with #62A1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A1DF; }
p { color: rgb(98,161,223); }
H1.HeaderClassName
{
color: #62A1DF;
}
.AnyTagClassName
{
color: #62A1DF;
}
</style>
background-color css
<style>
a { background-color: #62A1DF; }
a { background-color: rgb(98,161,223); }
div.DivClassName
{
background-color: #62A1DF;
}
.BgClassName
{
background-color: #62A1DF;
}
</style>
border-color css
<style>
span { border-color: #62A1DF; }
span { border-color: rgb(98,161,223); }
td.TdClassName
{
border-color: #62A1DF;
}
.TagClassName
{
border-color: #62A1DF;
}
</style>