Shades of Picton Blue #629FCD
Tints of Picton Blue #629FCD
RGB
CMYK
RGB Variations
Color information
#629FCD (or 0x629FCD) is known color: Picton Blue. HEX triplet: 62, 9F and CD. RGB value is (98,159,205). Sum of RGB (Red+Green+Blue) = 98+159+205=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 159 (62.5% from 255 or 34.42% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #629FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FCD is #9D6032. Grayscale: #919191. Windows color (decimal): -10313779 or 13475682. OLE color: 13475682.
HSL color Cylindrical-coordinate representation of color #629FCD: hue angle of 205.79º 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 #629FCD is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 159 | 205 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.20 |
| HSL | 205.79º | 0.52% | 0.59% | - |
| HSV(B) | 205.79º | 0.52% | 0.8% | - |
| XYZ | 28.45 | 31.8 | 62.4 | - |
| YUV | 146.01 | 161.29 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 205 | 0.52 | 0.22 | 0 | 0.20 | 205.79 | 0.52 | 0.59 |
| Hex | 62 | 9F | CD | 34 | 16 | 0 | 14 | CE | 34 | 3B |
| Octal | 142 | 237 | 315 | 64 | 26 | 0 | 24 | 316 | 64 | 73 |
| Binary | 1100010 | 10011111 | 11001101 | 110100 | 10110 | 0 | 10100 | 11001110 | 110100 | 111011 |
Color Harmonies of #629FCD
Complementary color
Monochromatic Colors of #629FCD
Black with #629FCD
Text Example
Text Example
White with #629FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FCD; }
p { color: rgb(98,159,205); }
H1.HeaderClassName
{
color: #629FCD;
}
.AnyTagClassName
{
color: #629FCD;
}
</style>
background-color css
<style>
a { background-color: #629FCD; }
a { background-color: rgb(98,159,205); }
div.DivClassName
{
background-color: #629FCD;
}
.BgClassName
{
background-color: #629FCD;
}
</style>
border-color css
<style>
span { border-color: #629FCD; }
span { border-color: rgb(98,159,205); }
td.TdClassName
{
border-color: #629FCD;
}
.TagClassName
{
border-color: #629FCD;
}
</style>