Shades of Picton Blue #629ADB
Tints of Picton Blue #629ADB
RGB
CMYK
RGB Variations
Color information
#629ADB (or 0x629ADB) is known color: Picton Blue. HEX triplet: 62, 9A and DB. RGB value is (98,154,219). Sum of RGB (Red+Green+Blue) = 98+154+219=471 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.81% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 219 (85.94% from 255 or 46.50% from 471); Max value from RGB is 219 - color contains mainly: blue. Hex color #629ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ADB is #9D6524. Grayscale: #909090. Windows color (decimal): -10315045 or 14391906. OLE color: 14391906.
HSL color Cylindrical-coordinate representation of color #629ADB: hue angle of 212.23º 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 #629ADB is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 154 | 219 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.14 |
| HSL | 212.23º | 0.63% | 0.62% | - |
| HSV(B) | 212.23º | 0.55% | 0.86% | - |
| XYZ | 29.38 | 30.82 | 71.42 | - |
| YUV | 144.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 219 | 0.55 | 0.30 | 0 | 0.14 | 212.23 | 0.63 | 0.62 |
| Hex | 62 | 9A | DB | 37 | 1E | 0 | E | D4 | 3F | 3E |
| Octal | 142 | 232 | 333 | 67 | 36 | 0 | 16 | 324 | 77 | 76 |
| Binary | 1100010 | 10011010 | 11011011 | 110111 | 11110 | 0 | 1110 | 11010100 | 111111 | 111110 |
Color Harmonies of #629ADB
Complementary color
Monochromatic Colors of #629ADB
Black with #629ADB
Text Example
Text Example
White with #629ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629ADB; }
p { color: rgb(98,154,219); }
H1.HeaderClassName
{
color: #629ADB;
}
.AnyTagClassName
{
color: #629ADB;
}
</style>
background-color css
<style>
a { background-color: #629ADB; }
a { background-color: rgb(98,154,219); }
div.DivClassName
{
background-color: #629ADB;
}
.BgClassName
{
background-color: #629ADB;
}
</style>
border-color css
<style>
span { border-color: #629ADB; }
span { border-color: rgb(98,154,219); }
td.TdClassName
{
border-color: #629ADB;
}
.TagClassName
{
border-color: #629ADB;
}
</style>