Shades of Picton Blue #629BCF
Tints of Picton Blue #629BCF
RGB
CMYK
RGB Variations
Color information
#629BCF (or 0x629BCF) is known color: Picton Blue. HEX triplet: 62, 9B and CF. RGB value is (98,155,207). Sum of RGB (Red+Green+Blue) = 98+155+207=460 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.30% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #629BCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BCF is #9D6430. Grayscale: #8F8F8F. Windows color (decimal): -10314801 or 13605730. OLE color: 13605730.
HSL color Cylindrical-coordinate representation of color #629BCF: hue angle of 208.62º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #629BCF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 155 | 207 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.19 |
| HSL | 208.62º | 0.53% | 0.6% | - |
| HSV(B) | 208.62º | 0.53% | 0.81% | - |
| XYZ | 28.02 | 30.54 | 63.45 | - |
| YUV | 143.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 207 | 0.53 | 0.25 | 0 | 0.19 | 208.62 | 0.53 | 0.6 |
| Hex | 62 | 9B | CF | 35 | 19 | 0 | 13 | D1 | 35 | 3C |
| Octal | 142 | 233 | 317 | 65 | 31 | 0 | 23 | 321 | 65 | 74 |
| Binary | 1100010 | 10011011 | 11001111 | 110101 | 11001 | 0 | 10011 | 11010001 | 110101 | 111100 |
Color Harmonies of #629BCF
Complementary color
Monochromatic Colors of #629BCF
Black with #629BCF
Text Example
Text Example
White with #629BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BCF; }
p { color: rgb(98,155,207); }
H1.HeaderClassName
{
color: #629BCF;
}
.AnyTagClassName
{
color: #629BCF;
}
</style>
background-color css
<style>
a { background-color: #629BCF; }
a { background-color: rgb(98,155,207); }
div.DivClassName
{
background-color: #629BCF;
}
.BgClassName
{
background-color: #629BCF;
}
</style>
border-color css
<style>
span { border-color: #629BCF; }
span { border-color: rgb(98,155,207); }
td.TdClassName
{
border-color: #629BCF;
}
.TagClassName
{
border-color: #629BCF;
}
</style>