Shades of Picton Blue #629EDE
Tints of Picton Blue #629EDE
RGB
CMYK
RGB Variations
Color information
#629EDE (or 0x629EDE) is known color: Picton Blue. HEX triplet: 62, 9E and DE. RGB value is (98,158,222). Sum of RGB (Red+Green+Blue) = 98+158+222=478 (63% of max value = 765). Red value is 98 (38.67% from 255 or 20.50% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 222 (87.11% from 255 or 46.44% from 478); Max value from RGB is 222 - color contains mainly: blue. Hex color #629EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #629EDE is #9D6121. Grayscale: #939393. Windows color (decimal): -10314018 or 14589538. OLE color: 14589538.
HSL color Cylindrical-coordinate representation of color #629EDE: hue angle of 210.97º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #629EDE is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 98 | 158 | 222 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.13 |
| HSL | 210.97º | 0.65% | 0.63% | - |
| HSV(B) | 210.97º | 0.56% | 0.87% | - |
| XYZ | 30.45 | 32.32 | 73.74 | - |
| YUV | 147.36 | 170.12 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 158 | 222 | 0.56 | 0.29 | 0 | 0.13 | 210.97 | 0.65 | 0.63 |
| Hex | 62 | 9E | DE | 38 | 1D | 0 | D | D3 | 41 | 3F |
| Octal | 142 | 236 | 336 | 70 | 35 | 0 | 15 | 323 | 101 | 77 |
| Binary | 1100010 | 10011110 | 11011110 | 111000 | 11101 | 0 | 1101 | 11010011 | 1000001 | 111111 |
Color Harmonies of #629EDE
Complementary color
Monochromatic Colors of #629EDE
Black with #629EDE
Text Example
Text Example
White with #629EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629EDE; }
p { color: rgb(98,158,222); }
H1.HeaderClassName
{
color: #629EDE;
}
.AnyTagClassName
{
color: #629EDE;
}
</style>
background-color css
<style>
a { background-color: #629EDE; }
a { background-color: rgb(98,158,222); }
div.DivClassName
{
background-color: #629EDE;
}
.BgClassName
{
background-color: #629EDE;
}
</style>
border-color css
<style>
span { border-color: #629EDE; }
span { border-color: rgb(98,158,222); }
td.TdClassName
{
border-color: #629EDE;
}
.TagClassName
{
border-color: #629EDE;
}
</style>