Shades of Picton Blue #629ACD
Tints of Picton Blue #629ACD
RGB
CMYK
RGB Variations
Color information
#629ACD (or 0x629ACD) is known color: Picton Blue. HEX triplet: 62, 9A and CD. RGB value is (98,154,205). Sum of RGB (Red+Green+Blue) = 98+154+205=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #629ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629ACD is #9D6532. Grayscale: #8E8E8E. Windows color (decimal): -10315059 or 13474402. OLE color: 13474402.
HSL color Cylindrical-coordinate representation of color #629ACD: hue angle of 208.6º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #629ACD is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 154 | 205 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.20 |
| HSL | 208.6º | 0.52% | 0.59% | - |
| HSV(B) | 208.6º | 0.52% | 0.8% | - |
| XYZ | 27.61 | 30.12 | 62.12 | - |
| YUV | 143.07 | 162.95 | 95.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 154 | 205 | 0.52 | 0.25 | 0 | 0.20 | 208.6 | 0.52 | 0.59 |
| Hex | 62 | 9A | CD | 34 | 19 | 0 | 14 | D1 | 34 | 3B |
| Octal | 142 | 232 | 315 | 64 | 31 | 0 | 24 | 321 | 64 | 73 |
| Binary | 1100010 | 10011010 | 11001101 | 110100 | 11001 | 0 | 10100 | 11010001 | 110100 | 111011 |
Color Harmonies of #629ACD
Complementary color
Monochromatic Colors of #629ACD
Black with #629ACD
Text Example
Text Example
White with #629ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629ACD; }
p { color: rgb(98,154,205); }
H1.HeaderClassName
{
color: #629ACD;
}
.AnyTagClassName
{
color: #629ACD;
}
</style>
background-color css
<style>
a { background-color: #629ACD; }
a { background-color: rgb(98,154,205); }
div.DivClassName
{
background-color: #629ACD;
}
.BgClassName
{
background-color: #629ACD;
}
</style>
border-color css
<style>
span { border-color: #629ACD; }
span { border-color: rgb(98,154,205); }
td.TdClassName
{
border-color: #629ACD;
}
.TagClassName
{
border-color: #629ACD;
}
</style>