Shades of Picton Blue #629CCC
Tints of Picton Blue #629CCC
RGB
CMYK
RGB Variations
Color information
#629CCC (or 0x629CCC) is known color: Picton Blue. HEX triplet: 62, 9C and CC. RGB value is (98,156,204). Sum of RGB (Red+Green+Blue) = 98+156+204=458 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.40% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #629CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CCC is #9D6333. Grayscale: #8F8F8F. Windows color (decimal): -10314548 or 13409378. OLE color: 13409378.
HSL color Cylindrical-coordinate representation of color #629CCC: hue angle of 207.17º 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 #629CCC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 156 | 204 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.2 |
| HSL | 207.17º | 0.51% | 0.59% | - |
| HSV(B) | 207.17º | 0.52% | 0.8% | - |
| XYZ | 27.82 | 30.73 | 61.59 | - |
| YUV | 144.13 | 161.78 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 204 | 0.52 | 0.24 | 0 | 0.2 | 207.17 | 0.51 | 0.59 |
| Hex | 62 | 9C | CC | 34 | 18 | 0 | 14 | CF | 33 | 3B |
| Octal | 142 | 234 | 314 | 64 | 30 | 0 | 24 | 317 | 63 | 73 |
| Binary | 1100010 | 10011100 | 11001100 | 110100 | 11000 | 0 | 10100 | 11001111 | 110011 | 111011 |
Color Harmonies of #629CCC
Complementary color
Monochromatic Colors of #629CCC
Black with #629CCC
Text Example
Text Example
White with #629CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CCC; }
p { color: rgb(98,156,204); }
H1.HeaderClassName
{
color: #629CCC;
}
.AnyTagClassName
{
color: #629CCC;
}
</style>
background-color css
<style>
a { background-color: #629CCC; }
a { background-color: rgb(98,156,204); }
div.DivClassName
{
background-color: #629CCC;
}
.BgClassName
{
background-color: #629CCC;
}
</style>
border-color css
<style>
span { border-color: #629CCC; }
span { border-color: rgb(98,156,204); }
td.TdClassName
{
border-color: #629CCC;
}
.TagClassName
{
border-color: #629CCC;
}
</style>