Shades of Picton Blue #629BC9
Tints of Picton Blue #629BC9
RGB
CMYK
RGB Variations
Color information
#629BC9 (or 0x629BC9) is known color: Picton Blue. HEX triplet: 62, 9B and C9. RGB value is (98,155,201). Sum of RGB (Red+Green+Blue) = 98+155+201=454 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.59% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #629BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BC9 is #9D6436. Grayscale: #8E8E8E. Windows color (decimal): -10314807 or 13212514. OLE color: 13212514.
HSL color Cylindrical-coordinate representation of color #629BC9: hue angle of 206.8º degrees, saturation: 0.49, 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 #629BC9 is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 98 | 155 | 201 | - |
| CMYK | 0.51 | 0.23 | 0 | 0.21 |
| HSL | 206.8º | 0.49% | 0.59% | - |
| HSV(B) | 206.8º | 0.51% | 0.79% | - |
| XYZ | 27.3 | 30.26 | 59.66 | - |
| YUV | 143.2 | 160.62 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 201 | 0.51 | 0.23 | 0 | 0.21 | 206.8 | 0.49 | 0.59 |
| Hex | 62 | 9B | C9 | 33 | 17 | 0 | 15 | CF | 31 | 3B |
| Octal | 142 | 233 | 311 | 63 | 27 | 0 | 25 | 317 | 61 | 73 |
| Binary | 1100010 | 10011011 | 11001001 | 110011 | 10111 | 0 | 10101 | 11001111 | 110001 | 111011 |
Color Harmonies of #629BC9
Complementary color
Monochromatic Colors of #629BC9
Black with #629BC9
Text Example
Text Example
White with #629BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BC9; }
p { color: rgb(98,155,201); }
H1.HeaderClassName
{
color: #629BC9;
}
.AnyTagClassName
{
color: #629BC9;
}
</style>
background-color css
<style>
a { background-color: #629BC9; }
a { background-color: rgb(98,155,201); }
div.DivClassName
{
background-color: #629BC9;
}
.BgClassName
{
background-color: #629BC9;
}
</style>
border-color css
<style>
span { border-color: #629BC9; }
span { border-color: rgb(98,155,201); }
td.TdClassName
{
border-color: #629BC9;
}
.TagClassName
{
border-color: #629BC9;
}
</style>