Shades of Picton Blue #619FD2
Tints of Picton Blue #619FD2
RGB
CMYK
RGB Variations
Color information
#619FD2 (or 0x619FD2) is known color: Picton Blue. HEX triplet: 61, 9F and D2. RGB value is (97,159,210). Sum of RGB (Red+Green+Blue) = 97+159+210=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 159 (62.5% from 255 or 34.12% from 466); Blue value is 210 (82.42% from 255 or 45.06% from 466); Max value from RGB is 210 - color contains mainly: blue. Hex color #619FD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FD2 is #9E602D. Grayscale: #929292. Windows color (decimal): -10379310 or 13803361. OLE color: 13803361.
HSL color Cylindrical-coordinate representation of color #619FD2: hue angle of 207.08º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #619FD2 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 159 | 210 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.18 |
| HSL | 207.08º | 0.56% | 0.6% | - |
| HSV(B) | 207.08º | 0.54% | 0.82% | - |
| XYZ | 28.96 | 31.99 | 65.62 | - |
| YUV | 146.28 | 163.96 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 210 | 0.54 | 0.24 | 0 | 0.18 | 207.08 | 0.56 | 0.6 |
| Hex | 61 | 9F | D2 | 36 | 18 | 0 | 12 | CF | 38 | 3C |
| Octal | 141 | 237 | 322 | 66 | 30 | 0 | 22 | 317 | 70 | 74 |
| Binary | 1100001 | 10011111 | 11010010 | 110110 | 11000 | 0 | 10010 | 11001111 | 111000 | 111100 |
Color Harmonies of #619FD2
Complementary color
Monochromatic Colors of #619FD2
Black with #619FD2
Text Example
Text Example
White with #619FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FD2; }
p { color: rgb(97,159,210); }
H1.HeaderClassName
{
color: #619FD2;
}
.AnyTagClassName
{
color: #619FD2;
}
</style>
background-color css
<style>
a { background-color: #619FD2; }
a { background-color: rgb(97,159,210); }
div.DivClassName
{
background-color: #619FD2;
}
.BgClassName
{
background-color: #619FD2;
}
</style>
border-color css
<style>
span { border-color: #619FD2; }
span { border-color: rgb(97,159,210); }
td.TdClassName
{
border-color: #619FD2;
}
.TagClassName
{
border-color: #619FD2;
}
</style>