Shades of Picton Blue #629FDF
Tints of Picton Blue #629FDF
RGB
CMYK
RGB Variations
Color information
#629FDF (or 0x629FDF) is known color: Picton Blue. HEX triplet: 62, 9F and DF. RGB value is (98,159,223). Sum of RGB (Red+Green+Blue) = 98+159+223=480 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.42% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #629FDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FDF is #9D6020. Grayscale: #939393. Windows color (decimal): -10313761 or 14655330. OLE color: 14655330.
HSL color Cylindrical-coordinate representation of color #629FDF: hue angle of 210.72º degrees, saturation: 0.66, 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 #629FDF is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 159 | 223 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.13 |
| HSL | 210.72º | 0.66% | 0.63% | - |
| HSV(B) | 210.72º | 0.56% | 0.87% | - |
| XYZ | 30.75 | 32.72 | 74.51 | - |
| YUV | 148.06 | 170.29 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 223 | 0.56 | 0.29 | 0 | 0.13 | 210.72 | 0.66 | 0.63 |
| Hex | 62 | 9F | DF | 38 | 1D | 0 | D | D3 | 42 | 3F |
| Octal | 142 | 237 | 337 | 70 | 35 | 0 | 15 | 323 | 102 | 77 |
| Binary | 1100010 | 10011111 | 11011111 | 111000 | 11101 | 0 | 1101 | 11010011 | 1000010 | 111111 |
Color Harmonies of #629FDF
Complementary color
Monochromatic Colors of #629FDF
Black with #629FDF
Text Example
Text Example
White with #629FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FDF; }
p { color: rgb(98,159,223); }
H1.HeaderClassName
{
color: #629FDF;
}
.AnyTagClassName
{
color: #629FDF;
}
</style>
background-color css
<style>
a { background-color: #629FDF; }
a { background-color: rgb(98,159,223); }
div.DivClassName
{
background-color: #629FDF;
}
.BgClassName
{
background-color: #629FDF;
}
</style>
border-color css
<style>
span { border-color: #629FDF; }
span { border-color: rgb(98,159,223); }
td.TdClassName
{
border-color: #629FDF;
}
.TagClassName
{
border-color: #629FDF;
}
</style>