Shades of Picton Blue #62AECD
Tints of Picton Blue #62AECD
RGB
CMYK
RGB Variations
Color information
#62AECD (or 0x62AECD) is known color: Picton Blue. HEX triplet: 62, AE and CD. RGB value is (98,174,205). Sum of RGB (Red+Green+Blue) = 98+174+205=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 174 (68.36% from 255 or 36.48% from 477); Blue value is 205 (80.47% from 255 or 42.98% from 477); Max value from RGB is 205 - color contains mainly: blue. Hex color #62AECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AECD is #9D5132. Grayscale: #9A9A9A. Windows color (decimal): -10309939 or 13479522. OLE color: 13479522.
HSL color Cylindrical-coordinate representation of color #62AECD: hue angle of 197.38º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62AECD is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 174 | 205 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.20 |
| HSL | 197.38º | 0.52% | 0.59% | - |
| HSV(B) | 197.38º | 0.52% | 0.8% | - |
| XYZ | 31.19 | 37.28 | 63.31 | - |
| YUV | 154.81 | 156.32 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 174 | 205 | 0.52 | 0.15 | 0 | 0.20 | 197.38 | 0.52 | 0.59 |
| Hex | 62 | AE | CD | 34 | F | 0 | 14 | C5 | 34 | 3B |
| Octal | 142 | 256 | 315 | 64 | 17 | 0 | 24 | 305 | 64 | 73 |
| Binary | 1100010 | 10101110 | 11001101 | 110100 | 1111 | 0 | 10100 | 11000101 | 110100 | 111011 |
Color Harmonies of #62AECD
Complementary color
Monochromatic Colors of #62AECD
Black with #62AECD
Text Example
Text Example
White with #62AECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62AECD; }
p { color: rgb(98,174,205); }
H1.HeaderClassName
{
color: #62AECD;
}
.AnyTagClassName
{
color: #62AECD;
}
</style>
background-color css
<style>
a { background-color: #62AECD; }
a { background-color: rgb(98,174,205); }
div.DivClassName
{
background-color: #62AECD;
}
.BgClassName
{
background-color: #62AECD;
}
</style>
border-color css
<style>
span { border-color: #62AECD; }
span { border-color: rgb(98,174,205); }
td.TdClassName
{
border-color: #62AECD;
}
.TagClassName
{
border-color: #62AECD;
}
</style>