Shades of Picton Blue #629FCF
Tints of Picton Blue #629FCF
RGB
CMYK
RGB Variations
Color information
#629FCF (or 0x629FCF) is known color: Picton Blue. HEX triplet: 62, 9F and CF. RGB value is (98,159,207). Sum of RGB (Red+Green+Blue) = 98+159+207=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #629FCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629FCF is #9D6030. Grayscale: #919191. Windows color (decimal): -10313777 or 13606754. OLE color: 13606754.
HSL color Cylindrical-coordinate representation of color #629FCF: hue angle of 206.42º 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 #629FCF is Cyan = 0.53, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 159 | 207 | - |
| CMYK | 0.53 | 0.23 | 0 | 0.19 |
| HSL | 206.42º | 0.53% | 0.6% | - |
| HSV(B) | 206.42º | 0.53% | 0.81% | - |
| XYZ | 28.7 | 31.9 | 63.68 | - |
| YUV | 146.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 159 | 207 | 0.53 | 0.23 | 0 | 0.19 | 206.42 | 0.53 | 0.6 |
| Hex | 62 | 9F | CF | 35 | 17 | 0 | 13 | CE | 35 | 3C |
| Octal | 142 | 237 | 317 | 65 | 27 | 0 | 23 | 316 | 65 | 74 |
| Binary | 1100010 | 10011111 | 11001111 | 110101 | 10111 | 0 | 10011 | 11001110 | 110101 | 111100 |
Color Harmonies of #629FCF
Complementary color
Monochromatic Colors of #629FCF
Black with #629FCF
Text Example
Text Example
White with #629FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629FCF; }
p { color: rgb(98,159,207); }
H1.HeaderClassName
{
color: #629FCF;
}
.AnyTagClassName
{
color: #629FCF;
}
</style>
background-color css
<style>
a { background-color: #629FCF; }
a { background-color: rgb(98,159,207); }
div.DivClassName
{
background-color: #629FCF;
}
.BgClassName
{
background-color: #629FCF;
}
</style>
border-color css
<style>
span { border-color: #629FCF; }
span { border-color: rgb(98,159,207); }
td.TdClassName
{
border-color: #629FCF;
}
.TagClassName
{
border-color: #629FCF;
}
</style>