Shades of Picton Blue #629CCA
Tints of Picton Blue #629CCA
RGB
CMYK
RGB Variations
Color information
#629CCA (or 0x629CCA) is known color: Picton Blue. HEX triplet: 62, 9C and CA. RGB value is (98,156,202). Sum of RGB (Red+Green+Blue) = 98+156+202=456 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.49% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #629CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629CCA is #9D6335. Grayscale: #8F8F8F. Windows color (decimal): -10314550 or 13278306. OLE color: 13278306.
HSL color Cylindrical-coordinate representation of color #629CCA: hue angle of 206.54º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #629CCA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 156 | 202 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.21 |
| HSL | 206.54º | 0.5% | 0.59% | - |
| HSV(B) | 206.54º | 0.51% | 0.79% | - |
| XYZ | 27.59 | 30.64 | 60.34 | - |
| YUV | 143.9 | 160.78 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 156 | 202 | 0.51 | 0.23 | 0 | 0.21 | 206.54 | 0.5 | 0.59 |
| Hex | 62 | 9C | CA | 33 | 17 | 0 | 15 | CF | 32 | 3B |
| Octal | 142 | 234 | 312 | 63 | 27 | 0 | 25 | 317 | 62 | 73 |
| Binary | 1100010 | 10011100 | 11001010 | 110011 | 10111 | 0 | 10101 | 11001111 | 110010 | 111011 |
Color Harmonies of #629CCA
Complementary color
Monochromatic Colors of #629CCA
Black with #629CCA
Text Example
Text Example
White with #629CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629CCA; }
p { color: rgb(98,156,202); }
H1.HeaderClassName
{
color: #629CCA;
}
.AnyTagClassName
{
color: #629CCA;
}
</style>
background-color css
<style>
a { background-color: #629CCA; }
a { background-color: rgb(98,156,202); }
div.DivClassName
{
background-color: #629CCA;
}
.BgClassName
{
background-color: #629CCA;
}
</style>
border-color css
<style>
span { border-color: #629CCA; }
span { border-color: rgb(98,156,202); }
td.TdClassName
{
border-color: #629CCA;
}
.TagClassName
{
border-color: #629CCA;
}
</style>