Shades of Picton Blue #619ACD
Tints of Picton Blue #619ACD
RGB
CMYK
RGB Variations
Color information
#619ACD (or 0x619ACD) is known color: Picton Blue. HEX triplet: 61, 9A and CD. RGB value is (97,154,205). Sum of RGB (Red+Green+Blue) = 97+154+205=456 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.27% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #619ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ACD is #9E6532. Grayscale: #8E8E8E. Windows color (decimal): -10380595 or 13474401. OLE color: 13474401.
HSL color Cylindrical-coordinate representation of color #619ACD: hue angle of 208.33º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619ACD is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 154 | 205 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.20 |
| HSL | 208.33º | 0.52% | 0.59% | - |
| HSV(B) | 208.33º | 0.53% | 0.8% | - |
| XYZ | 27.5 | 30.06 | 62.11 | - |
| YUV | 142.77 | 163.12 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 205 | 0.53 | 0.25 | 0 | 0.20 | 208.33 | 0.52 | 0.59 |
| Hex | 61 | 9A | CD | 35 | 19 | 0 | 14 | D0 | 34 | 3B |
| Octal | 141 | 232 | 315 | 65 | 31 | 0 | 24 | 320 | 64 | 73 |
| Binary | 1100001 | 10011010 | 11001101 | 110101 | 11001 | 0 | 10100 | 11010000 | 110100 | 111011 |
Color Harmonies of #619ACD
Complementary color
Monochromatic Colors of #619ACD
Black with #619ACD
Text Example
Text Example
White with #619ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619ACD; }
p { color: rgb(97,154,205); }
H1.HeaderClassName
{
color: #619ACD;
}
.AnyTagClassName
{
color: #619ACD;
}
</style>
background-color css
<style>
a { background-color: #619ACD; }
a { background-color: rgb(97,154,205); }
div.DivClassName
{
background-color: #619ACD;
}
.BgClassName
{
background-color: #619ACD;
}
</style>
border-color css
<style>
span { border-color: #619ACD; }
span { border-color: rgb(97,154,205); }
td.TdClassName
{
border-color: #619ACD;
}
.TagClassName
{
border-color: #619ACD;
}
</style>