Shades of Picton Blue #629FDE
Tints of Picton Blue #629FDE
RGB
CMYK
RGB Variations
Color information
#629FDE (or 0x629FDE) is known color: Picton Blue. HEX triplet: 62, 9F and DE. RGB value is (98,159,222). Sum of RGB (Red+Green+Blue) = 98+159+222=479 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.46% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 222 (87.11% from 255 or 46.35% from 479); Max value from RGB is 222 - color contains mainly: blue. Hex color #629FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FDE is #9D6021. Grayscale: #939393. Windows color (decimal): -10313762 or 14589794. OLE color: 14589794.
HSL color Cylindrical-coordinate representation of color #629FDE: hue angle of 210.48º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629FDE is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 159 | 222 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.13 |
| HSL | 210.48º | 0.65% | 0.63% | - |
| HSV(B) | 210.48º | 0.56% | 0.87% | - |
| XYZ | 30.62 | 32.67 | 73.8 | - |
| YUV | 147.94 | 169.79 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 222 | 0.56 | 0.28 | 0 | 0.13 | 210.48 | 0.65 | 0.63 |
| Hex | 62 | 9F | DE | 38 | 1C | 0 | D | D2 | 41 | 3F |
| Octal | 142 | 237 | 336 | 70 | 34 | 0 | 15 | 322 | 101 | 77 |
| Binary | 1100010 | 10011111 | 11011110 | 111000 | 11100 | 0 | 1101 | 11010010 | 1000001 | 111111 |
Color Harmonies of #629FDE
Complementary color
Monochromatic Colors of #629FDE
Black with #629FDE
Text Example
Text Example
White with #629FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FDE; }
p { color: rgb(98,159,222); }
H1.HeaderClassName
{
color: #629FDE;
}
.AnyTagClassName
{
color: #629FDE;
}
</style>
background-color css
<style>
a { background-color: #629FDE; }
a { background-color: rgb(98,159,222); }
div.DivClassName
{
background-color: #629FDE;
}
.BgClassName
{
background-color: #629FDE;
}
</style>
border-color css
<style>
span { border-color: #629FDE; }
span { border-color: rgb(98,159,222); }
td.TdClassName
{
border-color: #629FDE;
}
.TagClassName
{
border-color: #629FDE;
}
</style>