Shades of Picton Blue #629AD6
Tints of Picton Blue #629AD6
RGB
CMYK
RGB Variations
Color information
#629AD6 (or 0x629AD6) is known color: Picton Blue. HEX triplet: 62, 9A and D6. RGB value is (98,154,214). Sum of RGB (Red+Green+Blue) = 98+154+214=466 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.03% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 214 (83.98% from 255 or 45.92% from 466); Max value from RGB is 214 - color contains mainly: blue. Hex color #629AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629AD6 is #9D6529. Grayscale: #8F8F8F. Windows color (decimal): -10315050 or 14064226. OLE color: 14064226.
HSL color Cylindrical-coordinate representation of color #629AD6: hue angle of 211.03º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #629AD6 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 98 | 154 | 214 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.16 |
| HSL | 211.03º | 0.59% | 0.61% | - |
| HSV(B) | 211.03º | 0.54% | 0.84% | - |
| XYZ | 28.73 | 30.56 | 68 | - |
| YUV | 144.1 | 167.45 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 214 | 0.54 | 0.28 | 0 | 0.16 | 211.03 | 0.59 | 0.61 |
| Hex | 62 | 9A | D6 | 36 | 1C | 0 | 10 | D3 | 3B | 3D |
| Octal | 142 | 232 | 326 | 66 | 34 | 0 | 20 | 323 | 73 | 75 |
| Binary | 1100010 | 10011010 | 11010110 | 110110 | 11100 | 0 | 10000 | 11010011 | 111011 | 111101 |
Color Harmonies of #629AD6
Complementary color
Monochromatic Colors of #629AD6
Black with #629AD6
Text Example
Text Example
White with #629AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629AD6; }
p { color: rgb(98,154,214); }
H1.HeaderClassName
{
color: #629AD6;
}
.AnyTagClassName
{
color: #629AD6;
}
</style>
background-color css
<style>
a { background-color: #629AD6; }
a { background-color: rgb(98,154,214); }
div.DivClassName
{
background-color: #629AD6;
}
.BgClassName
{
background-color: #629AD6;
}
</style>
border-color css
<style>
span { border-color: #629AD6; }
span { border-color: rgb(98,154,214); }
td.TdClassName
{
border-color: #629AD6;
}
.TagClassName
{
border-color: #629AD6;
}
</style>