Shades of Picton Blue #629BDB
Tints of Picton Blue #629BDB
RGB
CMYK
RGB Variations
Color information
#629BDB (or 0x629BDB) is known color: Picton Blue. HEX triplet: 62, 9B and DB. RGB value is (98,155,219). Sum of RGB (Red+Green+Blue) = 98+155+219=472 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.76% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #629BDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BDB is #9D6424. Grayscale: #909090. Windows color (decimal): -10314789 or 14392162. OLE color: 14392162.
HSL color Cylindrical-coordinate representation of color #629BDB: hue angle of 211.74º 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 #629BDB is Cyan = 0.55, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 155 | 219 | - |
| CMYK | 0.55 | 0.29 | 0 | 0.14 |
| HSL | 211.74º | 0.63% | 0.62% | - |
| HSV(B) | 211.74º | 0.55% | 0.86% | - |
| XYZ | 29.54 | 31.15 | 71.47 | - |
| YUV | 145.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 219 | 0.55 | 0.29 | 0 | 0.14 | 211.74 | 0.63 | 0.62 |
| Hex | 62 | 9B | DB | 37 | 1D | 0 | E | D4 | 3F | 3E |
| Octal | 142 | 233 | 333 | 67 | 35 | 0 | 16 | 324 | 77 | 76 |
| Binary | 1100010 | 10011011 | 11011011 | 110111 | 11101 | 0 | 1110 | 11010100 | 111111 | 111110 |
Color Harmonies of #629BDB
Complementary color
Monochromatic Colors of #629BDB
Black with #629BDB
Text Example
Text Example
White with #629BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BDB; }
p { color: rgb(98,155,219); }
H1.HeaderClassName
{
color: #629BDB;
}
.AnyTagClassName
{
color: #629BDB;
}
</style>
background-color css
<style>
a { background-color: #629BDB; }
a { background-color: rgb(98,155,219); }
div.DivClassName
{
background-color: #629BDB;
}
.BgClassName
{
background-color: #629BDB;
}
</style>
border-color css
<style>
span { border-color: #629BDB; }
span { border-color: rgb(98,155,219); }
td.TdClassName
{
border-color: #629BDB;
}
.TagClassName
{
border-color: #629BDB;
}
</style>