Shades of Picton Blue #629DDB
Tints of Picton Blue #629DDB
RGB
CMYK
RGB Variations
Color information
#629DDB (or 0x629DDB) is known color: Picton Blue. HEX triplet: 62, 9D and DB. RGB value is (98,157,219). Sum of RGB (Red+Green+Blue) = 98+157+219=474 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.68% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #629DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DDB is #9D6224. Grayscale: #929292. Windows color (decimal): -10314277 or 14392674. OLE color: 14392674.
HSL color Cylindrical-coordinate representation of color #629DDB: hue angle of 210.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 #629DDB is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 157 | 219 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.14 |
| HSL | 210.74º | 0.63% | 0.62% | - |
| HSV(B) | 210.74º | 0.55% | 0.86% | - |
| XYZ | 29.88 | 31.83 | 71.59 | - |
| YUV | 146.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 219 | 0.55 | 0.28 | 0 | 0.14 | 210.74 | 0.63 | 0.62 |
| Hex | 62 | 9D | DB | 37 | 1C | 0 | E | D3 | 3F | 3E |
| Octal | 142 | 235 | 333 | 67 | 34 | 0 | 16 | 323 | 77 | 76 |
| Binary | 1100010 | 10011101 | 11011011 | 110111 | 11100 | 0 | 1110 | 11010011 | 111111 | 111110 |
Color Harmonies of #629DDB
Complementary color
Monochromatic Colors of #629DDB
Black with #629DDB
Text Example
Text Example
White with #629DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DDB; }
p { color: rgb(98,157,219); }
H1.HeaderClassName
{
color: #629DDB;
}
.AnyTagClassName
{
color: #629DDB;
}
</style>
background-color css
<style>
a { background-color: #629DDB; }
a { background-color: rgb(98,157,219); }
div.DivClassName
{
background-color: #629DDB;
}
.BgClassName
{
background-color: #629DDB;
}
</style>
border-color css
<style>
span { border-color: #629DDB; }
span { border-color: rgb(98,157,219); }
td.TdClassName
{
border-color: #629DDB;
}
.TagClassName
{
border-color: #629DDB;
}
</style>