Shades of Picton Blue #62A5E3
Tints of Picton Blue #62A5E3
RGB
CMYK
RGB Variations
Color information
#62A5E3 (or 0x62A5E3) is known color: Picton Blue. HEX triplet: 62, A5 and E3. RGB value is (98,165,227). Sum of RGB (Red+Green+Blue) = 98+165+227=490 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 227 (89.06% from 255 or 46.33% from 490); Max value from RGB is 227 - color contains mainly: blue. Hex color #62A5E3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5E3 is #9D5A1C. Grayscale: #979797. Windows color (decimal): -10312221 or 14919010. OLE color: 14919010.
HSL color Cylindrical-coordinate representation of color #62A5E3: hue angle of 208.84º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62A5E3 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 98 | 165 | 227 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.11 |
| HSL | 208.84º | 0.7% | 0.64% | - |
| HSV(B) | 208.84º | 0.57% | 0.89% | - |
| XYZ | 32.36 | 35.05 | 77.73 | - |
| YUV | 152.04 | 170.3 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 165 | 227 | 0.57 | 0.27 | 0 | 0.11 | 208.84 | 0.7 | 0.64 |
| Hex | 62 | A5 | E3 | 39 | 1B | 0 | B | D1 | 46 | 40 |
| Octal | 142 | 245 | 343 | 71 | 33 | 0 | 13 | 321 | 106 | 100 |
| Binary | 1100010 | 10100101 | 11100011 | 111001 | 11011 | 0 | 1011 | 11010001 | 1000110 | 1000000 |
Color Harmonies of #62A5E3
Complementary color
Monochromatic Colors of #62A5E3
Black with #62A5E3
Text Example
Text Example
White with #62A5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A5E3; }
p { color: rgb(98,165,227); }
H1.HeaderClassName
{
color: #62A5E3;
}
.AnyTagClassName
{
color: #62A5E3;
}
</style>
background-color css
<style>
a { background-color: #62A5E3; }
a { background-color: rgb(98,165,227); }
div.DivClassName
{
background-color: #62A5E3;
}
.BgClassName
{
background-color: #62A5E3;
}
</style>
border-color css
<style>
span { border-color: #62A5E3; }
span { border-color: rgb(98,165,227); }
td.TdClassName
{
border-color: #62A5E3;
}
.TagClassName
{
border-color: #62A5E3;
}
</style>