Shades of Picton Blue #619AD0
Tints of Picton Blue #619AD0
RGB
CMYK
RGB Variations
Color information
#619AD0 (or 0x619AD0) is known color: Picton Blue. HEX triplet: 61, 9A and D0. RGB value is (97,154,208). Sum of RGB (Red+Green+Blue) = 97+154+208=459 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.13% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #619AD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619AD0 is #9E652F. Grayscale: #8E8E8E. Windows color (decimal): -10380592 or 13671009. OLE color: 13671009.
HSL color Cylindrical-coordinate representation of color #619AD0: hue angle of 209.19º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619AD0 is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 154 | 208 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.18 |
| HSL | 209.19º | 0.54% | 0.6% | - |
| HSV(B) | 209.19º | 0.53% | 0.82% | - |
| XYZ | 27.87 | 30.21 | 64.04 | - |
| YUV | 143.11 | 164.62 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 208 | 0.53 | 0.26 | 0 | 0.18 | 209.19 | 0.54 | 0.6 |
| Hex | 61 | 9A | D0 | 35 | 1A | 0 | 12 | D1 | 36 | 3C |
| Octal | 141 | 232 | 320 | 65 | 32 | 0 | 22 | 321 | 66 | 74 |
| Binary | 1100001 | 10011010 | 11010000 | 110101 | 11010 | 0 | 10010 | 11010001 | 110110 | 111100 |
Color Harmonies of #619AD0
Complementary color
Monochromatic Colors of #619AD0
Black with #619AD0
Text Example
Text Example
White with #619AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619AD0; }
p { color: rgb(97,154,208); }
H1.HeaderClassName
{
color: #619AD0;
}
.AnyTagClassName
{
color: #619AD0;
}
</style>
background-color css
<style>
a { background-color: #619AD0; }
a { background-color: rgb(97,154,208); }
div.DivClassName
{
background-color: #619AD0;
}
.BgClassName
{
background-color: #619AD0;
}
</style>
border-color css
<style>
span { border-color: #619AD0; }
span { border-color: rgb(97,154,208); }
td.TdClassName
{
border-color: #619AD0;
}
.TagClassName
{
border-color: #619AD0;
}
</style>