Shades of Picton Blue #629BCC
Tints of Picton Blue #629BCC
RGB
CMYK
RGB Variations
Color information
#629BCC (or 0x629BCC) is known color: Picton Blue. HEX triplet: 62, 9B and CC. RGB value is (98,155,204). Sum of RGB (Red+Green+Blue) = 98+155+204=457 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.44% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #629BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BCC is #9D6433. Grayscale: #8F8F8F. Windows color (decimal): -10314804 or 13409122. OLE color: 13409122.
HSL color Cylindrical-coordinate representation of color #629BCC: hue angle of 207.74º 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 #629BCC is Cyan = 0.52, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 98 | 155 | 204 | - |
| CMYK | 0.52 | 0.24 | 0 | 0.2 |
| HSL | 207.74º | 0.51% | 0.59% | - |
| HSV(B) | 207.74º | 0.52% | 0.8% | - |
| XYZ | 27.66 | 30.4 | 61.54 | - |
| YUV | 143.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 204 | 0.52 | 0.24 | 0 | 0.2 | 207.74 | 0.51 | 0.59 |
| Hex | 62 | 9B | CC | 34 | 18 | 0 | 14 | D0 | 33 | 3B |
| Octal | 142 | 233 | 314 | 64 | 30 | 0 | 24 | 320 | 63 | 73 |
| Binary | 1100010 | 10011011 | 11001100 | 110100 | 11000 | 0 | 10100 | 11010000 | 110011 | 111011 |
Color Harmonies of #629BCC
Complementary color
Monochromatic Colors of #629BCC
Black with #629BCC
Text Example
Text Example
White with #629BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BCC; }
p { color: rgb(98,155,204); }
H1.HeaderClassName
{
color: #629BCC;
}
.AnyTagClassName
{
color: #629BCC;
}
</style>
background-color css
<style>
a { background-color: #629BCC; }
a { background-color: rgb(98,155,204); }
div.DivClassName
{
background-color: #629BCC;
}
.BgClassName
{
background-color: #629BCC;
}
</style>
border-color css
<style>
span { border-color: #629BCC; }
span { border-color: rgb(98,155,204); }
td.TdClassName
{
border-color: #629BCC;
}
.TagClassName
{
border-color: #629BCC;
}
</style>