Shades of Picton Blue #629BCE
Tints of Picton Blue #629BCE
RGB
CMYK
RGB Variations
Color information
#629BCE (or 0x629BCE) is known color: Picton Blue. HEX triplet: 62, 9B and CE. RGB value is (98,155,206). Sum of RGB (Red+Green+Blue) = 98+155+206=459 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.35% from 459); Green value is 155 (60.94% from 255 or 33.77% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #629BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629BCE is #9D6431. Grayscale: #8F8F8F. Windows color (decimal): -10314802 or 13540194. OLE color: 13540194.
HSL color Cylindrical-coordinate representation of color #629BCE: hue angle of 208.33º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #629BCE is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 155 | 206 | - |
| CMYK | 0.52 | 0.25 | 0 | 0.19 |
| HSL | 208.33º | 0.52% | 0.6% | - |
| HSV(B) | 208.33º | 0.52% | 0.81% | - |
| XYZ | 27.9 | 30.5 | 62.81 | - |
| YUV | 143.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 155 | 206 | 0.52 | 0.25 | 0 | 0.19 | 208.33 | 0.52 | 0.6 |
| Hex | 62 | 9B | CE | 34 | 19 | 0 | 13 | D0 | 34 | 3C |
| Octal | 142 | 233 | 316 | 64 | 31 | 0 | 23 | 320 | 64 | 74 |
| Binary | 1100010 | 10011011 | 11001110 | 110100 | 11001 | 0 | 10011 | 11010000 | 110100 | 111100 |
Color Harmonies of #629BCE
Complementary color
Monochromatic Colors of #629BCE
Black with #629BCE
Text Example
Text Example
White with #629BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629BCE; }
p { color: rgb(98,155,206); }
H1.HeaderClassName
{
color: #629BCE;
}
.AnyTagClassName
{
color: #629BCE;
}
</style>
background-color css
<style>
a { background-color: #629BCE; }
a { background-color: rgb(98,155,206); }
div.DivClassName
{
background-color: #629BCE;
}
.BgClassName
{
background-color: #629BCE;
}
</style>
border-color css
<style>
span { border-color: #629BCE; }
span { border-color: rgb(98,155,206); }
td.TdClassName
{
border-color: #629BCE;
}
.TagClassName
{
border-color: #629BCE;
}
</style>