Shades of Picton Blue #62ADCE
Tints of Picton Blue #62ADCE
RGB
CMYK
RGB Variations
Color information
#62ADCE (or 0x62ADCE) is known color: Picton Blue. HEX triplet: 62, AD and CE. RGB value is (98,173,206). Sum of RGB (Red+Green+Blue) = 98+173+206=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 173 (67.97% from 255 or 36.27% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 206 - color contains mainly: blue. Hex color #62ADCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ADCE is #9D5231. Grayscale: #9A9A9A. Windows color (decimal): -10310194 or 13544802. OLE color: 13544802.
HSL color Cylindrical-coordinate representation of color #62ADCE: hue angle of 198.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62ADCE is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 173 | 206 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.19 |
| HSL | 198.33º | 0.52% | 0.6% | - |
| HSV(B) | 198.33º | 0.52% | 0.81% | - |
| XYZ | 31.12 | 36.94 | 63.88 | - |
| YUV | 154.34 | 157.15 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 173 | 206 | 0.52 | 0.16 | 0 | 0.19 | 198.33 | 0.52 | 0.6 |
| Hex | 62 | AD | CE | 34 | 10 | 0 | 13 | C6 | 34 | 3C |
| Octal | 142 | 255 | 316 | 64 | 20 | 0 | 23 | 306 | 64 | 74 |
| Binary | 1100010 | 10101101 | 11001110 | 110100 | 10000 | 0 | 10011 | 11000110 | 110100 | 111100 |
Color Harmonies of #62ADCE
Complementary color
Monochromatic Colors of #62ADCE
Black with #62ADCE
Text Example
Text Example
White with #62ADCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ADCE; }
p { color: rgb(98,173,206); }
H1.HeaderClassName
{
color: #62ADCE;
}
.AnyTagClassName
{
color: #62ADCE;
}
</style>
background-color css
<style>
a { background-color: #62ADCE; }
a { background-color: rgb(98,173,206); }
div.DivClassName
{
background-color: #62ADCE;
}
.BgClassName
{
background-color: #62ADCE;
}
</style>
border-color css
<style>
span { border-color: #62ADCE; }
span { border-color: rgb(98,173,206); }
td.TdClassName
{
border-color: #62ADCE;
}
.TagClassName
{
border-color: #62ADCE;
}
</style>