Shades of Picton Blue #619FE0
Tints of Picton Blue #619FE0
RGB
CMYK
RGB Variations
Color information
#619FE0 (or 0x619FE0) is known color: Picton Blue. HEX triplet: 61, 9F and E0. RGB value is (97,159,224). Sum of RGB (Red+Green+Blue) = 97+159+224=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #619FE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FE0 is #9E601F. Grayscale: #939393. Windows color (decimal): -10379296 or 14720865. OLE color: 14720865.
HSL color Cylindrical-coordinate representation of color #619FE0: hue angle of 210.71º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #619FE0 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 159 | 224 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.12 |
| HSL | 210.71º | 0.67% | 0.63% | - |
| HSV(B) | 210.71º | 0.57% | 0.88% | - |
| XYZ | 30.78 | 32.72 | 75.21 | - |
| YUV | 147.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 224 | 0.57 | 0.29 | 0 | 0.12 | 210.71 | 0.67 | 0.63 |
| Hex | 61 | 9F | E0 | 39 | 1D | 0 | C | D3 | 43 | 3F |
| Octal | 141 | 237 | 340 | 71 | 35 | 0 | 14 | 323 | 103 | 77 |
| Binary | 1100001 | 10011111 | 11100000 | 111001 | 11101 | 0 | 1100 | 11010011 | 1000011 | 111111 |
Color Harmonies of #619FE0
Complementary color
Monochromatic Colors of #619FE0
Black with #619FE0
Text Example
Text Example
White with #619FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FE0; }
p { color: rgb(97,159,224); }
H1.HeaderClassName
{
color: #619FE0;
}
.AnyTagClassName
{
color: #619FE0;
}
</style>
background-color css
<style>
a { background-color: #619FE0; }
a { background-color: rgb(97,159,224); }
div.DivClassName
{
background-color: #619FE0;
}
.BgClassName
{
background-color: #619FE0;
}
</style>
border-color css
<style>
span { border-color: #619FE0; }
span { border-color: rgb(97,159,224); }
td.TdClassName
{
border-color: #619FE0;
}
.TagClassName
{
border-color: #619FE0;
}
</style>