Shades of Picton Blue #62ABCD
Tints of Picton Blue #62ABCD
RGB
CMYK
RGB Variations
Color information
#62ABCD (or 0x62ABCD) is known color: Picton Blue. HEX triplet: 62, AB and CD. RGB value is (98,171,205). Sum of RGB (Red+Green+Blue) = 98+171+205=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #62ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62ABCD is #9D5432. Grayscale: #989898. Windows color (decimal): -10310707 or 13478754. OLE color: 13478754.
HSL color Cylindrical-coordinate representation of color #62ABCD: hue angle of 199.07º 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 #62ABCD is Cyan = 0.52, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 171 | 205 | - |
| CMYK | 0.52 | 0.17 | 0 | 0.20 |
| HSL | 199.07º | 0.52% | 0.59% | - |
| HSV(B) | 199.07º | 0.52% | 0.8% | - |
| XYZ | 30.62 | 36.13 | 63.12 | - |
| YUV | 153.05 | 157.32 | 88.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 171 | 205 | 0.52 | 0.17 | 0 | 0.20 | 199.07 | 0.52 | 0.59 |
| Hex | 62 | AB | CD | 34 | 11 | 0 | 14 | C7 | 34 | 3B |
| Octal | 142 | 253 | 315 | 64 | 21 | 0 | 24 | 307 | 64 | 73 |
| Binary | 1100010 | 10101011 | 11001101 | 110100 | 10001 | 0 | 10100 | 11000111 | 110100 | 111011 |
Color Harmonies of #62ABCD
Complementary color
Monochromatic Colors of #62ABCD
Black with #62ABCD
Text Example
Text Example
White with #62ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62ABCD; }
p { color: rgb(98,171,205); }
H1.HeaderClassName
{
color: #62ABCD;
}
.AnyTagClassName
{
color: #62ABCD;
}
</style>
background-color css
<style>
a { background-color: #62ABCD; }
a { background-color: rgb(98,171,205); }
div.DivClassName
{
background-color: #62ABCD;
}
.BgClassName
{
background-color: #62ABCD;
}
</style>
border-color css
<style>
span { border-color: #62ABCD; }
span { border-color: rgb(98,171,205); }
td.TdClassName
{
border-color: #62ABCD;
}
.TagClassName
{
border-color: #62ABCD;
}
</style>