Shades of Picton Blue #619ED1
Tints of Picton Blue #619ED1
RGB
CMYK
RGB Variations
Color information
#619ED1 (or 0x619ED1) is known color: Picton Blue. HEX triplet: 61, 9E and D1. RGB value is (97,158,209). Sum of RGB (Red+Green+Blue) = 97+158+209=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 209 (82.03% from 255 or 45.04% from 464); Max value from RGB is 209 - color contains mainly: blue. Hex color #619ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ED1 is #9E612E. Grayscale: #919191. Windows color (decimal): -10379567 or 13737569. OLE color: 13737569.
HSL color Cylindrical-coordinate representation of color #619ED1: hue angle of 207.32º degrees, saturation: 0.55, 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 #619ED1 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 158 | 209 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.18 |
| HSL | 207.32º | 0.55% | 0.6% | - |
| HSV(B) | 207.32º | 0.54% | 0.82% | - |
| XYZ | 28.67 | 31.6 | 64.91 | - |
| YUV | 145.58 | 163.79 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 158 | 209 | 0.54 | 0.24 | 0 | 0.18 | 207.32 | 0.55 | 0.6 |
| Hex | 61 | 9E | D1 | 36 | 18 | 0 | 12 | CF | 37 | 3C |
| Octal | 141 | 236 | 321 | 66 | 30 | 0 | 22 | 317 | 67 | 74 |
| Binary | 1100001 | 10011110 | 11010001 | 110110 | 11000 | 0 | 10010 | 11001111 | 110111 | 111100 |
Color Harmonies of #619ED1
Complementary color
Monochromatic Colors of #619ED1
Black with #619ED1
Text Example
Text Example
White with #619ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619ED1; }
p { color: rgb(97,158,209); }
H1.HeaderClassName
{
color: #619ED1;
}
.AnyTagClassName
{
color: #619ED1;
}
</style>
background-color css
<style>
a { background-color: #619ED1; }
a { background-color: rgb(97,158,209); }
div.DivClassName
{
background-color: #619ED1;
}
.BgClassName
{
background-color: #619ED1;
}
</style>
border-color css
<style>
span { border-color: #619ED1; }
span { border-color: rgb(97,158,209); }
td.TdClassName
{
border-color: #619ED1;
}
.TagClassName
{
border-color: #619ED1;
}
</style>