Shades of Picton Blue #62A8DD
Tints of Picton Blue #62A8DD
RGB
CMYK
RGB Variations
Color information
#62A8DD (or 0x62A8DD) is known color: Picton Blue. HEX triplet: 62, A8 and DD. RGB value is (98,168,221). Sum of RGB (Red+Green+Blue) = 98+168+221=487 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.12% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #62A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8DD is #9D5722. Grayscale: #989898. Windows color (decimal): -10311459 or 14526562. OLE color: 14526562.
HSL color Cylindrical-coordinate representation of color #62A8DD: hue angle of 205.85º degrees, saturation: 0.64, 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 #62A8DD is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 168 | 221 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.13 |
| HSL | 205.85º | 0.64% | 0.63% | - |
| HSV(B) | 205.85º | 0.56% | 0.87% | - |
| XYZ | 32.09 | 35.82 | 73.63 | - |
| YUV | 153.11 | 166.31 | 88.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 221 | 0.56 | 0.24 | 0 | 0.13 | 205.85 | 0.64 | 0.63 |
| Hex | 62 | A8 | DD | 38 | 18 | 0 | D | CE | 40 | 3F |
| Octal | 142 | 250 | 335 | 70 | 30 | 0 | 15 | 316 | 100 | 77 |
| Binary | 1100010 | 10101000 | 11011101 | 111000 | 11000 | 0 | 1101 | 11001110 | 1000000 | 111111 |
Color Harmonies of #62A8DD
Complementary color
Monochromatic Colors of #62A8DD
Black with #62A8DD
Text Example
Text Example
White with #62A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8DD; }
p { color: rgb(98,168,221); }
H1.HeaderClassName
{
color: #62A8DD;
}
.AnyTagClassName
{
color: #62A8DD;
}
</style>
background-color css
<style>
a { background-color: #62A8DD; }
a { background-color: rgb(98,168,221); }
div.DivClassName
{
background-color: #62A8DD;
}
.BgClassName
{
background-color: #62A8DD;
}
</style>
border-color css
<style>
span { border-color: #62A8DD; }
span { border-color: rgb(98,168,221); }
td.TdClassName
{
border-color: #62A8DD;
}
.TagClassName
{
border-color: #62A8DD;
}
</style>