Shades of Picton Blue #629BDC
Tints of Picton Blue #629BDC
RGB
CMYK
RGB Variations
Color information
#629BDC (or 0x629BDC) is known color: Picton Blue. HEX triplet: 62, 9B and DC. RGB value is (98,155,220). Sum of RGB (Red+Green+Blue) = 98+155+220=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 220 (86.33% from 255 or 46.51% from 473); Max value from RGB is 220 - color contains mainly: blue. Hex color #629BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BDC is #9D6423. Grayscale: #919191. Windows color (decimal): -10314788 or 14457698. OLE color: 14457698.
HSL color Cylindrical-coordinate representation of color #629BDC: hue angle of 211.97º 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 #629BDC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 98 | 155 | 220 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.14 |
| HSL | 211.97º | 0.64% | 0.62% | - |
| HSV(B) | 211.97º | 0.55% | 0.86% | - |
| XYZ | 29.68 | 31.21 | 72.17 | - |
| YUV | 145.37 | 170.12 | 94.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 220 | 0.55 | 0.30 | 0 | 0.14 | 211.97 | 0.64 | 0.62 |
| Hex | 62 | 9B | DC | 37 | 1E | 0 | E | D4 | 40 | 3E |
| Octal | 142 | 233 | 334 | 67 | 36 | 0 | 16 | 324 | 100 | 76 |
| Binary | 1100010 | 10011011 | 11011100 | 110111 | 11110 | 0 | 1110 | 11010100 | 1000000 | 111110 |
Color Harmonies of #629BDC
Complementary color
Monochromatic Colors of #629BDC
Black with #629BDC
Text Example
Text Example
White with #629BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BDC; }
p { color: rgb(98,155,220); }
H1.HeaderClassName
{
color: #629BDC;
}
.AnyTagClassName
{
color: #629BDC;
}
</style>
background-color css
<style>
a { background-color: #629BDC; }
a { background-color: rgb(98,155,220); }
div.DivClassName
{
background-color: #629BDC;
}
.BgClassName
{
background-color: #629BDC;
}
</style>
border-color css
<style>
span { border-color: #629BDC; }
span { border-color: rgb(98,155,220); }
td.TdClassName
{
border-color: #629BDC;
}
.TagClassName
{
border-color: #629BDC;
}
</style>