Shades of Picton Blue #629FDB
Tints of Picton Blue #629FDB
RGB
CMYK
RGB Variations
Color information
#629FDB (or 0x629FDB) is known color: Picton Blue. HEX triplet: 62, 9F and DB. RGB value is (98,159,219). Sum of RGB (Red+Green+Blue) = 98+159+219=476 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.59% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 219 (85.94% from 255 or 46.01% from 476); Max value from RGB is 219 - color contains mainly: blue. Hex color #629FDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FDB is #9D6024. Grayscale: #939393. Windows color (decimal): -10313765 or 14393186. OLE color: 14393186.
HSL color Cylindrical-coordinate representation of color #629FDB: hue angle of 209.75º 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 #629FDB is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 159 | 219 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.14 |
| HSL | 209.75º | 0.63% | 0.62% | - |
| HSV(B) | 209.75º | 0.55% | 0.86% | - |
| XYZ | 30.22 | 32.51 | 71.7 | - |
| YUV | 147.6 | 168.29 | 92.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 219 | 0.55 | 0.27 | 0 | 0.14 | 209.75 | 0.63 | 0.62 |
| Hex | 62 | 9F | DB | 37 | 1B | 0 | E | D2 | 3F | 3E |
| Octal | 142 | 237 | 333 | 67 | 33 | 0 | 16 | 322 | 77 | 76 |
| Binary | 1100010 | 10011111 | 11011011 | 110111 | 11011 | 0 | 1110 | 11010010 | 111111 | 111110 |
Color Harmonies of #629FDB
Complementary color
Monochromatic Colors of #629FDB
Black with #629FDB
Text Example
Text Example
White with #629FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FDB; }
p { color: rgb(98,159,219); }
H1.HeaderClassName
{
color: #629FDB;
}
.AnyTagClassName
{
color: #629FDB;
}
</style>
background-color css
<style>
a { background-color: #629FDB; }
a { background-color: rgb(98,159,219); }
div.DivClassName
{
background-color: #629FDB;
}
.BgClassName
{
background-color: #629FDB;
}
</style>
border-color css
<style>
span { border-color: #629FDB; }
span { border-color: rgb(98,159,219); }
td.TdClassName
{
border-color: #629FDB;
}
.TagClassName
{
border-color: #629FDB;
}
</style>