Shades of Picton Blue #629DDA
Tints of Picton Blue #629DDA
RGB
CMYK
RGB Variations
Color information
#629DDA (or 0x629DDA) is known color: Picton Blue. HEX triplet: 62, 9D and DA. RGB value is (98,157,218). Sum of RGB (Red+Green+Blue) = 98+157+218=473 (62% of max value = 765). Red value is 98 (38.67% from 255 or 20.72% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #629DDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DDA is #9D6225. Grayscale: #929292. Windows color (decimal): -10314278 or 14327138. OLE color: 14327138.
HSL color Cylindrical-coordinate representation of color #629DDA: hue angle of 210.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #629DDA is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 157 | 218 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.15 |
| HSL | 210.5º | 0.62% | 0.62% | - |
| HSV(B) | 210.5º | 0.55% | 0.85% | - |
| XYZ | 29.75 | 31.77 | 70.89 | - |
| YUV | 146.31 | 168.45 | 93.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 218 | 0.55 | 0.28 | 0 | 0.15 | 210.5 | 0.62 | 0.62 |
| Hex | 62 | 9D | DA | 37 | 1C | 0 | F | D2 | 3E | 3E |
| Octal | 142 | 235 | 332 | 67 | 34 | 0 | 17 | 322 | 76 | 76 |
| Binary | 1100010 | 10011101 | 11011010 | 110111 | 11100 | 0 | 1111 | 11010010 | 111110 | 111110 |
Color Harmonies of #629DDA
Complementary color
Monochromatic Colors of #629DDA
Black with #629DDA
Text Example
Text Example
White with #629DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DDA; }
p { color: rgb(98,157,218); }
H1.HeaderClassName
{
color: #629DDA;
}
.AnyTagClassName
{
color: #629DDA;
}
</style>
background-color css
<style>
a { background-color: #629DDA; }
a { background-color: rgb(98,157,218); }
div.DivClassName
{
background-color: #629DDA;
}
.BgClassName
{
background-color: #629DDA;
}
</style>
border-color css
<style>
span { border-color: #629DDA; }
span { border-color: rgb(98,157,218); }
td.TdClassName
{
border-color: #629DDA;
}
.TagClassName
{
border-color: #629DDA;
}
</style>