Shades of Picton Blue #619FDA
Tints of Picton Blue #619FDA
RGB
CMYK
RGB Variations
Color information
#619FDA (or 0x619FDA) is known color: Picton Blue. HEX triplet: 61, 9F and DA. RGB value is (97,159,218). Sum of RGB (Red+Green+Blue) = 97+159+218=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #619FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FDA is #9E6025. Grayscale: #929292. Windows color (decimal): -10379302 or 14327649. OLE color: 14327649.
HSL color Cylindrical-coordinate representation of color #619FDA: hue angle of 209.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #619FDA is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 159 | 218 | - |
| CMYK | 0.56 | 0.27 | 0 | 0.15 |
| HSL | 209.26º | 0.62% | 0.62% | - |
| HSV(B) | 209.26º | 0.56% | 0.85% | - |
| XYZ | 29.98 | 32.4 | 71 | - |
| YUV | 147.19 | 167.96 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 218 | 0.56 | 0.27 | 0 | 0.15 | 209.26 | 0.62 | 0.62 |
| Hex | 61 | 9F | DA | 38 | 1B | 0 | F | D1 | 3E | 3E |
| Octal | 141 | 237 | 332 | 70 | 33 | 0 | 17 | 321 | 76 | 76 |
| Binary | 1100001 | 10011111 | 11011010 | 111000 | 11011 | 0 | 1111 | 11010001 | 111110 | 111110 |
Color Harmonies of #619FDA
Complementary color
Monochromatic Colors of #619FDA
Black with #619FDA
Text Example
Text Example
White with #619FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FDA; }
p { color: rgb(97,159,218); }
H1.HeaderClassName
{
color: #619FDA;
}
.AnyTagClassName
{
color: #619FDA;
}
</style>
background-color css
<style>
a { background-color: #619FDA; }
a { background-color: rgb(97,159,218); }
div.DivClassName
{
background-color: #619FDA;
}
.BgClassName
{
background-color: #619FDA;
}
</style>
border-color css
<style>
span { border-color: #619FDA; }
span { border-color: rgb(97,159,218); }
td.TdClassName
{
border-color: #619FDA;
}
.TagClassName
{
border-color: #619FDA;
}
</style>