Shades of Picton Blue #619ADA
Tints of Picton Blue #619ADA
RGB
CMYK
RGB Variations
Color information
#619ADA (or 0x619ADA) is known color: Picton Blue. HEX triplet: 61, 9A and DA. RGB value is (97,154,218). Sum of RGB (Red+Green+Blue) = 97+154+218=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #619ADA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ADA is #9E6525. Grayscale: #8F8F8F. Windows color (decimal): -10380582 or 14326369. OLE color: 14326369.
HSL color Cylindrical-coordinate representation of color #619ADA: hue angle of 211.74º 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 #619ADA is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 154 | 218 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.15 |
| HSL | 211.74º | 0.62% | 0.62% | - |
| HSV(B) | 211.74º | 0.56% | 0.85% | - |
| XYZ | 29.14 | 30.71 | 70.72 | - |
| YUV | 144.25 | 169.62 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 218 | 0.56 | 0.29 | 0 | 0.15 | 211.74 | 0.62 | 0.62 |
| Hex | 61 | 9A | DA | 38 | 1D | 0 | F | D4 | 3E | 3E |
| Octal | 141 | 232 | 332 | 70 | 35 | 0 | 17 | 324 | 76 | 76 |
| Binary | 1100001 | 10011010 | 11011010 | 111000 | 11101 | 0 | 1111 | 11010100 | 111110 | 111110 |
Color Harmonies of #619ADA
Complementary color
Monochromatic Colors of #619ADA
Black with #619ADA
Text Example
Text Example
White with #619ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619ADA; }
p { color: rgb(97,154,218); }
H1.HeaderClassName
{
color: #619ADA;
}
.AnyTagClassName
{
color: #619ADA;
}
</style>
background-color css
<style>
a { background-color: #619ADA; }
a { background-color: rgb(97,154,218); }
div.DivClassName
{
background-color: #619ADA;
}
.BgClassName
{
background-color: #619ADA;
}
</style>
border-color css
<style>
span { border-color: #619ADA; }
span { border-color: rgb(97,154,218); }
td.TdClassName
{
border-color: #619ADA;
}
.TagClassName
{
border-color: #619ADA;
}
</style>