Shades of Picton Blue #629DCC
Tints of Picton Blue #629DCC
RGB
CMYK
RGB Variations
Color information
#629DCC (or 0x629DCC) is known color: Picton Blue. HEX triplet: 62, 9D and CC. RGB value is (98,157,204). Sum of RGB (Red+Green+Blue) = 98+157+204=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #629DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DCC is #9D6233. Grayscale: #909090. Windows color (decimal): -10314292 or 13409634. OLE color: 13409634.
HSL color Cylindrical-coordinate representation of color #629DCC: hue angle of 206.6º degrees, saturation: 0.51, 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 #629DCC is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 157 | 204 | - |
| CMYK | 0.52 | 0.23 | 0 | 0.2 |
| HSL | 206.6º | 0.51% | 0.59% | - |
| HSV(B) | 206.6º | 0.52% | 0.8% | - |
| XYZ | 27.99 | 31.07 | 61.65 | - |
| YUV | 144.72 | 161.45 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 204 | 0.52 | 0.23 | 0 | 0.2 | 206.6 | 0.51 | 0.59 |
| Hex | 62 | 9D | CC | 34 | 17 | 0 | 14 | CF | 33 | 3B |
| Octal | 142 | 235 | 314 | 64 | 27 | 0 | 24 | 317 | 63 | 73 |
| Binary | 1100010 | 10011101 | 11001100 | 110100 | 10111 | 0 | 10100 | 11001111 | 110011 | 111011 |
Color Harmonies of #629DCC
Complementary color
Monochromatic Colors of #629DCC
Black with #629DCC
Text Example
Text Example
White with #629DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DCC; }
p { color: rgb(98,157,204); }
H1.HeaderClassName
{
color: #629DCC;
}
.AnyTagClassName
{
color: #629DCC;
}
</style>
background-color css
<style>
a { background-color: #629DCC; }
a { background-color: rgb(98,157,204); }
div.DivClassName
{
background-color: #629DCC;
}
.BgClassName
{
background-color: #629DCC;
}
</style>
border-color css
<style>
span { border-color: #629DCC; }
span { border-color: rgb(98,157,204); }
td.TdClassName
{
border-color: #629DCC;
}
.TagClassName
{
border-color: #629DCC;
}
</style>