Shades of Picton Blue #619FDD
Tints of Picton Blue #619FDD
RGB
CMYK
RGB Variations
Color information
#619FDD (or 0x619FDD) is known color: Picton Blue. HEX triplet: 61, 9F and DD. RGB value is (97,159,221). Sum of RGB (Red+Green+Blue) = 97+159+221=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 159 (62.5% from 255 or 33.33% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #619FDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FDD is #9E6022. Grayscale: #939393. Windows color (decimal): -10379299 or 14524257. OLE color: 14524257.
HSL color Cylindrical-coordinate representation of color #619FDD: hue angle of 210º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619FDD is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 159 | 221 | - |
| CMYK | 0.56 | 0.28 | 0 | 0.13 |
| HSL | 210º | 0.65% | 0.62% | - |
| HSV(B) | 210º | 0.56% | 0.87% | - |
| XYZ | 30.38 | 32.56 | 73.09 | - |
| YUV | 147.53 | 169.46 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 221 | 0.56 | 0.28 | 0 | 0.13 | 210 | 0.65 | 0.62 |
| Hex | 61 | 9F | DD | 38 | 1C | 0 | D | D2 | 41 | 3E |
| Octal | 141 | 237 | 335 | 70 | 34 | 0 | 15 | 322 | 101 | 76 |
| Binary | 1100001 | 10011111 | 11011101 | 111000 | 11100 | 0 | 1101 | 11010010 | 1000001 | 111110 |
Color Harmonies of #619FDD
Complementary color
Monochromatic Colors of #619FDD
Black with #619FDD
Text Example
Text Example
White with #619FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FDD; }
p { color: rgb(97,159,221); }
H1.HeaderClassName
{
color: #619FDD;
}
.AnyTagClassName
{
color: #619FDD;
}
</style>
background-color css
<style>
a { background-color: #619FDD; }
a { background-color: rgb(97,159,221); }
div.DivClassName
{
background-color: #619FDD;
}
.BgClassName
{
background-color: #619FDD;
}
</style>
border-color css
<style>
span { border-color: #619FDD; }
span { border-color: rgb(97,159,221); }
td.TdClassName
{
border-color: #619FDD;
}
.TagClassName
{
border-color: #619FDD;
}
</style>