Shades of Picton Blue #62A8DB
Tints of Picton Blue #62A8DB
RGB
CMYK
RGB Variations
Color information
#62A8DB (or 0x62A8DB) is known color: Picton Blue. HEX triplet: 62, A8 and DB. RGB value is (98,168,219). Sum of RGB (Red+Green+Blue) = 98+168+219=485 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.21% from 485); Green value is 168 (66.02% from 255 or 34.64% from 485); Blue value is 219 (85.94% from 255 or 45.15% from 485); Max value from RGB is 219 - color contains mainly: blue. Hex color #62A8DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A8DB is #9D5724. Grayscale: #989898. Windows color (decimal): -10311461 or 14395490. OLE color: 14395490.
HSL color Cylindrical-coordinate representation of color #62A8DB: hue angle of 205.29º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62A8DB is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 168 | 219 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.14 |
| HSL | 205.29º | 0.63% | 0.62% | - |
| HSV(B) | 205.29º | 0.55% | 0.86% | - |
| XYZ | 31.83 | 35.72 | 72.23 | - |
| YUV | 152.88 | 165.31 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 168 | 219 | 0.55 | 0.23 | 0 | 0.14 | 205.29 | 0.63 | 0.62 |
| Hex | 62 | A8 | DB | 37 | 17 | 0 | E | CD | 3F | 3E |
| Octal | 142 | 250 | 333 | 67 | 27 | 0 | 16 | 315 | 77 | 76 |
| Binary | 1100010 | 10101000 | 11011011 | 110111 | 10111 | 0 | 1110 | 11001101 | 111111 | 111110 |
Color Harmonies of #62A8DB
Complementary color
Monochromatic Colors of #62A8DB
Black with #62A8DB
Text Example
Text Example
White with #62A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A8DB; }
p { color: rgb(98,168,219); }
H1.HeaderClassName
{
color: #62A8DB;
}
.AnyTagClassName
{
color: #62A8DB;
}
</style>
background-color css
<style>
a { background-color: #62A8DB; }
a { background-color: rgb(98,168,219); }
div.DivClassName
{
background-color: #62A8DB;
}
.BgClassName
{
background-color: #62A8DB;
}
</style>
border-color css
<style>
span { border-color: #62A8DB; }
span { border-color: rgb(98,168,219); }
td.TdClassName
{
border-color: #62A8DB;
}
.TagClassName
{
border-color: #62A8DB;
}
</style>