Shades of Picton Blue #629DC5
Tints of Picton Blue #629DC5
RGB
CMYK
RGB Variations
Color information
#629DC5 (or 0x629DC5) is known color: Picton Blue. HEX triplet: 62, 9D and C5. RGB value is (98,157,197). Sum of RGB (Red+Green+Blue) = 98+157+197=452 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.68% from 452); Green value is 157 (61.72% from 255 or 34.73% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 197 - color contains mainly: blue. Hex color #629DC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629DC5 is #9D623A. Grayscale: #8F8F8F. Windows color (decimal): -10314299 or 12950882. OLE color: 12950882.
HSL color Cylindrical-coordinate representation of color #629DC5: hue angle of 204.24º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #629DC5 is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 98 | 157 | 197 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.23 |
| HSL | 204.24º | 0.46% | 0.58% | - |
| HSV(B) | 204.24º | 0.5% | 0.77% | - |
| XYZ | 27.17 | 30.74 | 57.32 | - |
| YUV | 143.92 | 157.95 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 157 | 197 | 0.50 | 0.20 | 0 | 0.23 | 204.24 | 0.46 | 0.58 |
| Hex | 62 | 9D | C5 | 32 | 14 | 0 | 17 | CC | 2E | 3A |
| Octal | 142 | 235 | 305 | 62 | 24 | 0 | 27 | 314 | 56 | 72 |
| Binary | 1100010 | 10011101 | 11000101 | 110010 | 10100 | 0 | 10111 | 11001100 | 101110 | 111010 |
Color Harmonies of #629DC5
Complementary color
Monochromatic Colors of #629DC5
Black with #629DC5
Text Example
Text Example
White with #629DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629DC5; }
p { color: rgb(98,157,197); }
H1.HeaderClassName
{
color: #629DC5;
}
.AnyTagClassName
{
color: #629DC5;
}
</style>
background-color css
<style>
a { background-color: #629DC5; }
a { background-color: rgb(98,157,197); }
div.DivClassName
{
background-color: #629DC5;
}
.BgClassName
{
background-color: #629DC5;
}
</style>
border-color css
<style>
span { border-color: #629DC5; }
span { border-color: rgb(98,157,197); }
td.TdClassName
{
border-color: #629DC5;
}
.TagClassName
{
border-color: #629DC5;
}
</style>