Shades of Picton Blue #619CCD
Tints of Picton Blue #619CCD
RGB
CMYK
RGB Variations
Color information
#619CCD (or 0x619CCD) is known color: Picton Blue. HEX triplet: 61, 9C and CD. RGB value is (97,156,205). Sum of RGB (Red+Green+Blue) = 97+156+205=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #619CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CCD is #9E6332. Grayscale: #8F8F8F. Windows color (decimal): -10380083 or 13474913. OLE color: 13474913.
HSL color Cylindrical-coordinate representation of color #619CCD: hue angle of 207.22º 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 #619CCD is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 156 | 205 | - |
| CMYK | 0.53 | 0.24 | 0 | 0.20 |
| HSL | 207.22º | 0.52% | 0.59% | - |
| HSV(B) | 207.22º | 0.53% | 0.8% | - |
| XYZ | 27.84 | 30.73 | 62.22 | - |
| YUV | 143.95 | 162.45 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 205 | 0.53 | 0.24 | 0 | 0.20 | 207.22 | 0.52 | 0.59 |
| Hex | 61 | 9C | CD | 35 | 18 | 0 | 14 | CF | 34 | 3B |
| Octal | 141 | 234 | 315 | 65 | 30 | 0 | 24 | 317 | 64 | 73 |
| Binary | 1100001 | 10011100 | 11001101 | 110101 | 11000 | 0 | 10100 | 11001111 | 110100 | 111011 |
Color Harmonies of #619CCD
Complementary color
Monochromatic Colors of #619CCD
Black with #619CCD
Text Example
Text Example
White with #619CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CCD; }
p { color: rgb(97,156,205); }
H1.HeaderClassName
{
color: #619CCD;
}
.AnyTagClassName
{
color: #619CCD;
}
</style>
background-color css
<style>
a { background-color: #619CCD; }
a { background-color: rgb(97,156,205); }
div.DivClassName
{
background-color: #619CCD;
}
.BgClassName
{
background-color: #619CCD;
}
</style>
border-color css
<style>
span { border-color: #619CCD; }
span { border-color: rgb(97,156,205); }
td.TdClassName
{
border-color: #619CCD;
}
.TagClassName
{
border-color: #619CCD;
}
</style>