Shades of Picton Blue #629FDC
Tints of Picton Blue #629FDC
RGB
CMYK
RGB Variations
Color information
#629FDC (or 0x629FDC) is known color: Picton Blue. HEX triplet: 62, 9F and DC. RGB value is (98,159,220). Sum of RGB (Red+Green+Blue) = 98+159+220=477 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.55% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 220 (86.33% from 255 or 46.12% from 477); Max value from RGB is 220 - color contains mainly: blue. Hex color #629FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FDC is #9D6023. Grayscale: #939393. Windows color (decimal): -10313764 or 14458722. OLE color: 14458722.
HSL color Cylindrical-coordinate representation of color #629FDC: hue angle of 210º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #629FDC is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 159 | 220 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.14 |
| HSL | 210º | 0.64% | 0.62% | - |
| HSV(B) | 210º | 0.55% | 0.86% | - |
| XYZ | 30.35 | 32.56 | 72.4 | - |
| YUV | 147.72 | 168.79 | 92.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 220 | 0.55 | 0.28 | 0 | 0.14 | 210 | 0.64 | 0.62 |
| Hex | 62 | 9F | DC | 37 | 1C | 0 | E | D2 | 40 | 3E |
| Octal | 142 | 237 | 334 | 67 | 34 | 0 | 16 | 322 | 100 | 76 |
| Binary | 1100010 | 10011111 | 11011100 | 110111 | 11100 | 0 | 1110 | 11010010 | 1000000 | 111110 |
Color Harmonies of #629FDC
Complementary color
Monochromatic Colors of #629FDC
Black with #629FDC
Text Example
Text Example
White with #629FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FDC; }
p { color: rgb(98,159,220); }
H1.HeaderClassName
{
color: #629FDC;
}
.AnyTagClassName
{
color: #629FDC;
}
</style>
background-color css
<style>
a { background-color: #629FDC; }
a { background-color: rgb(98,159,220); }
div.DivClassName
{
background-color: #629FDC;
}
.BgClassName
{
background-color: #629FDC;
}
</style>
border-color css
<style>
span { border-color: #629FDC; }
span { border-color: rgb(98,159,220); }
td.TdClassName
{
border-color: #629FDC;
}
.TagClassName
{
border-color: #629FDC;
}
</style>