Shades of Picton Blue #619FCD
Tints of Picton Blue #619FCD
RGB
CMYK
RGB Variations
Color information
#619FCD (or 0x619FCD) is known color: Picton Blue. HEX triplet: 61, 9F and CD. RGB value is (97,159,205). Sum of RGB (Red+Green+Blue) = 97+159+205=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #619FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619FCD is #9E6032. Grayscale: #919191. Windows color (decimal): -10379315 or 13475681. OLE color: 13475681.
HSL color Cylindrical-coordinate representation of color #619FCD: hue angle of 205.56º 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 #619FCD is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 159 | 205 | - |
| CMYK | 0.53 | 0.22 | 0 | 0.20 |
| HSL | 205.56º | 0.52% | 0.59% | - |
| HSV(B) | 205.56º | 0.53% | 0.8% | - |
| XYZ | 28.35 | 31.75 | 62.39 | - |
| YUV | 145.71 | 161.46 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 159 | 205 | 0.53 | 0.22 | 0 | 0.20 | 205.56 | 0.52 | 0.59 |
| Hex | 61 | 9F | CD | 35 | 16 | 0 | 14 | CE | 34 | 3B |
| Octal | 141 | 237 | 315 | 65 | 26 | 0 | 24 | 316 | 64 | 73 |
| Binary | 1100001 | 10011111 | 11001101 | 110101 | 10110 | 0 | 10100 | 11001110 | 110100 | 111011 |
Color Harmonies of #619FCD
Complementary color
Monochromatic Colors of #619FCD
Black with #619FCD
Text Example
Text Example
White with #619FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619FCD; }
p { color: rgb(97,159,205); }
H1.HeaderClassName
{
color: #619FCD;
}
.AnyTagClassName
{
color: #619FCD;
}
</style>
background-color css
<style>
a { background-color: #619FCD; }
a { background-color: rgb(97,159,205); }
div.DivClassName
{
background-color: #619FCD;
}
.BgClassName
{
background-color: #619FCD;
}
</style>
border-color css
<style>
span { border-color: #619FCD; }
span { border-color: rgb(97,159,205); }
td.TdClassName
{
border-color: #619FCD;
}
.TagClassName
{
border-color: #619FCD;
}
</style>