Shades of Picton Blue #619FDC
Tints of Picton Blue #619FDC
RGB
CMYK
RGB Variations
Color information
#619FDC (or 0x619FDC) is known color: Picton Blue. HEX triplet: 61, 9F and DC. RGB value is (97,159,220). Sum of RGB (Red+Green+Blue) = 97+159+220=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #619FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FDC is #9E6023. Grayscale: #939393. Windows color (decimal): -10379300 or 14458721. OLE color: 14458721.
HSL color Cylindrical-coordinate representation of color #619FDC: hue angle of 209.76º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619FDC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 159 | 220 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.14 |
| HSL | 209.76º | 0.64% | 0.62% | - |
| HSV(B) | 209.76º | 0.56% | 0.86% | - |
| XYZ | 30.25 | 32.5 | 72.39 | - |
| YUV | 147.42 | 168.96 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 220 | 0.56 | 0.28 | 0 | 0.14 | 209.76 | 0.64 | 0.62 |
| Hex | 61 | 9F | DC | 38 | 1C | 0 | E | D2 | 40 | 3E |
| Octal | 141 | 237 | 334 | 70 | 34 | 0 | 16 | 322 | 100 | 76 |
| Binary | 1100001 | 10011111 | 11011100 | 111000 | 11100 | 0 | 1110 | 11010010 | 1000000 | 111110 |
Color Harmonies of #619FDC
Complementary color
Monochromatic Colors of #619FDC
Black with #619FDC
Text Example
Text Example
White with #619FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FDC; }
p { color: rgb(97,159,220); }
H1.HeaderClassName
{
color: #619FDC;
}
.AnyTagClassName
{
color: #619FDC;
}
</style>
background-color css
<style>
a { background-color: #619FDC; }
a { background-color: rgb(97,159,220); }
div.DivClassName
{
background-color: #619FDC;
}
.BgClassName
{
background-color: #619FDC;
}
</style>
border-color css
<style>
span { border-color: #619FDC; }
span { border-color: rgb(97,159,220); }
td.TdClassName
{
border-color: #619FDC;
}
.TagClassName
{
border-color: #619FDC;
}
</style>