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