Shades of Picton Blue #619ACF
Tints of Picton Blue #619ACF
RGB
CMYK
RGB Variations
Color information
#619ACF (or 0x619ACF) is known color: Picton Blue. HEX triplet: 61, 9A and CF. RGB value is (97,154,207). Sum of RGB (Red+Green+Blue) = 97+154+207=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #619ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ACF is #9E6530. Grayscale: #8E8E8E. Windows color (decimal): -10380593 or 13605473. OLE color: 13605473.
HSL color Cylindrical-coordinate representation of color #619ACF: hue angle of 208.91º 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 #619ACF is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 154 | 207 | - |
| CMYK | 0.53 | 0.26 | 0 | 0.19 |
| HSL | 208.91º | 0.53% | 0.6% | - |
| HSV(B) | 208.91º | 0.53% | 0.81% | - |
| XYZ | 27.75 | 30.16 | 63.39 | - |
| YUV | 143 | 164.12 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 207 | 0.53 | 0.26 | 0 | 0.19 | 208.91 | 0.53 | 0.6 |
| Hex | 61 | 9A | CF | 35 | 1A | 0 | 13 | D1 | 35 | 3C |
| Octal | 141 | 232 | 317 | 65 | 32 | 0 | 23 | 321 | 65 | 74 |
| Binary | 1100001 | 10011010 | 11001111 | 110101 | 11010 | 0 | 10011 | 11010001 | 110101 | 111100 |
Color Harmonies of #619ACF
Complementary color
Monochromatic Colors of #619ACF
Black with #619ACF
Text Example
Text Example
White with #619ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619ACF; }
p { color: rgb(97,154,207); }
H1.HeaderClassName
{
color: #619ACF;
}
.AnyTagClassName
{
color: #619ACF;
}
</style>
background-color css
<style>
a { background-color: #619ACF; }
a { background-color: rgb(97,154,207); }
div.DivClassName
{
background-color: #619ACF;
}
.BgClassName
{
background-color: #619ACF;
}
</style>
border-color css
<style>
span { border-color: #619ACF; }
span { border-color: rgb(97,154,207); }
td.TdClassName
{
border-color: #619ACF;
}
.TagClassName
{
border-color: #619ACF;
}
</style>