Shades of Picton Blue #629AD1
Tints of Picton Blue #629AD1
RGB
CMYK
RGB Variations
Color information
#629AD1 (or 0x629AD1) is known color: Picton Blue. HEX triplet: 62, 9A and D1. RGB value is (98,154,209). Sum of RGB (Red+Green+Blue) = 98+154+209=461 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.26% from 461); Green value is 154 (60.55% from 255 or 33.41% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #629AD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629AD1 is #9D652E. Grayscale: #8F8F8F. Windows color (decimal): -10315055 or 13736546. OLE color: 13736546.
HSL color Cylindrical-coordinate representation of color #629AD1: hue angle of 209.73º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #629AD1 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 154 | 209 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.18 |
| HSL | 209.73º | 0.55% | 0.6% | - |
| HSV(B) | 209.73º | 0.53% | 0.82% | - |
| XYZ | 28.1 | 30.31 | 64.69 | - |
| YUV | 143.53 | 164.95 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 209 | 0.53 | 0.26 | 0 | 0.18 | 209.73 | 0.55 | 0.6 |
| Hex | 62 | 9A | D1 | 35 | 1A | 0 | 12 | D2 | 37 | 3C |
| Octal | 142 | 232 | 321 | 65 | 32 | 0 | 22 | 322 | 67 | 74 |
| Binary | 1100010 | 10011010 | 11010001 | 110101 | 11010 | 0 | 10010 | 11010010 | 110111 | 111100 |
Color Harmonies of #629AD1
Complementary color
Monochromatic Colors of #629AD1
Black with #629AD1
Text Example
Text Example
White with #629AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629AD1; }
p { color: rgb(98,154,209); }
H1.HeaderClassName
{
color: #629AD1;
}
.AnyTagClassName
{
color: #629AD1;
}
</style>
background-color css
<style>
a { background-color: #629AD1; }
a { background-color: rgb(98,154,209); }
div.DivClassName
{
background-color: #629AD1;
}
.BgClassName
{
background-color: #629AD1;
}
</style>
border-color css
<style>
span { border-color: #629AD1; }
span { border-color: rgb(98,154,209); }
td.TdClassName
{
border-color: #629AD1;
}
.TagClassName
{
border-color: #629AD1;
}
</style>