Shades of Picton Blue #629BD1
Tints of Picton Blue #629BD1
RGB
CMYK
RGB Variations
Color information
#629BD1 (or 0x629BD1) is known color: Picton Blue. HEX triplet: 62, 9B and D1. RGB value is (98,155,209). Sum of RGB (Red+Green+Blue) = 98+155+209=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 209 (82.03% from 255 or 45.24% from 462); Max value from RGB is 209 - color contains mainly: blue. Hex color #629BD1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BD1 is #9D642E. Grayscale: #8F8F8F. Windows color (decimal): -10314799 or 13736802. OLE color: 13736802.
HSL color Cylindrical-coordinate representation of color #629BD1: hue angle of 209.19º 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 #629BD1 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 98 | 155 | 209 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.18 |
| HSL | 209.19º | 0.55% | 0.6% | - |
| HSV(B) | 209.19º | 0.53% | 0.82% | - |
| XYZ | 28.27 | 30.64 | 64.75 | - |
| YUV | 144.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 209 | 0.53 | 0.26 | 0 | 0.18 | 209.19 | 0.55 | 0.6 |
| Hex | 62 | 9B | D1 | 35 | 1A | 0 | 12 | D1 | 37 | 3C |
| Octal | 142 | 233 | 321 | 65 | 32 | 0 | 22 | 321 | 67 | 74 |
| Binary | 1100010 | 10011011 | 11010001 | 110101 | 11010 | 0 | 10010 | 11010001 | 110111 | 111100 |
Color Harmonies of #629BD1
Complementary color
Monochromatic Colors of #629BD1
Black with #629BD1
Text Example
Text Example
White with #629BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BD1; }
p { color: rgb(98,155,209); }
H1.HeaderClassName
{
color: #629BD1;
}
.AnyTagClassName
{
color: #629BD1;
}
</style>
background-color css
<style>
a { background-color: #629BD1; }
a { background-color: rgb(98,155,209); }
div.DivClassName
{
background-color: #629BD1;
}
.BgClassName
{
background-color: #629BD1;
}
</style>
border-color css
<style>
span { border-color: #629BD1; }
span { border-color: rgb(98,155,209); }
td.TdClassName
{
border-color: #629BD1;
}
.TagClassName
{
border-color: #629BD1;
}
</style>