Shades of Picton Blue #619CCF
Tints of Picton Blue #619CCF
RGB
CMYK
RGB Variations
Color information
#619CCF (or 0x619CCF) is known color: Picton Blue. HEX triplet: 61, 9C and CF. RGB value is (97,156,207). Sum of RGB (Red+Green+Blue) = 97+156+207=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #619CCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619CCF is #9E6330. Grayscale: #8F8F8F. Windows color (decimal): -10380081 or 13605985. OLE color: 13605985.
HSL color Cylindrical-coordinate representation of color #619CCF: hue angle of 207.82º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619CCF is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 156 | 207 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.19 |
| HSL | 207.82º | 0.53% | 0.6% | - |
| HSV(B) | 207.82º | 0.53% | 0.81% | - |
| XYZ | 28.08 | 30.82 | 63.5 | - |
| YUV | 144.17 | 163.45 | 94.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 156 | 207 | 0.53 | 0.25 | 0 | 0.19 | 207.82 | 0.53 | 0.6 |
| Hex | 61 | 9C | CF | 35 | 19 | 0 | 13 | D0 | 35 | 3C |
| Octal | 141 | 234 | 317 | 65 | 31 | 0 | 23 | 320 | 65 | 74 |
| Binary | 1100001 | 10011100 | 11001111 | 110101 | 11001 | 0 | 10011 | 11010000 | 110101 | 111100 |
Color Harmonies of #619CCF
Complementary color
Monochromatic Colors of #619CCF
Black with #619CCF
Text Example
Text Example
White with #619CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619CCF; }
p { color: rgb(97,156,207); }
H1.HeaderClassName
{
color: #619CCF;
}
.AnyTagClassName
{
color: #619CCF;
}
</style>
background-color css
<style>
a { background-color: #619CCF; }
a { background-color: rgb(97,156,207); }
div.DivClassName
{
background-color: #619CCF;
}
.BgClassName
{
background-color: #619CCF;
}
</style>
border-color css
<style>
span { border-color: #619CCF; }
span { border-color: rgb(97,156,207); }
td.TdClassName
{
border-color: #619CCF;
}
.TagClassName
{
border-color: #619CCF;
}
</style>