Shades of Picton Blue #619ACE
Tints of Picton Blue #619ACE
RGB
CMYK
RGB Variations
Color information
#619ACE (or 0x619ACE) is known color: Picton Blue. HEX triplet: 61, 9A and CE. RGB value is (97,154,206). Sum of RGB (Red+Green+Blue) = 97+154+206=457 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.23% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #619ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #619ACE is #9E6531. Grayscale: #8E8E8E. Windows color (decimal): -10380594 or 13539937. OLE color: 13539937.
HSL color Cylindrical-coordinate representation of color #619ACE: hue angle of 208.62º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #619ACE is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 154 | 206 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.19 |
| HSL | 208.62º | 0.53% | 0.59% | - |
| HSV(B) | 208.62º | 0.53% | 0.81% | - |
| XYZ | 27.63 | 30.11 | 62.75 | - |
| YUV | 142.89 | 163.62 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 154 | 206 | 0.53 | 0.25 | 0 | 0.19 | 208.62 | 0.53 | 0.59 |
| Hex | 61 | 9A | CE | 35 | 19 | 0 | 13 | D1 | 35 | 3B |
| Octal | 141 | 232 | 316 | 65 | 31 | 0 | 23 | 321 | 65 | 73 |
| Binary | 1100001 | 10011010 | 11001110 | 110101 | 11001 | 0 | 10011 | 11010001 | 110101 | 111011 |
Color Harmonies of #619ACE
Complementary color
Monochromatic Colors of #619ACE
Black with #619ACE
Text Example
Text Example
White with #619ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #619ACE; }
p { color: rgb(97,154,206); }
H1.HeaderClassName
{
color: #619ACE;
}
.AnyTagClassName
{
color: #619ACE;
}
</style>
background-color css
<style>
a { background-color: #619ACE; }
a { background-color: rgb(97,154,206); }
div.DivClassName
{
background-color: #619ACE;
}
.BgClassName
{
background-color: #619ACE;
}
</style>
border-color css
<style>
span { border-color: #619ACE; }
span { border-color: rgb(97,154,206); }
td.TdClassName
{
border-color: #619ACE;
}
.TagClassName
{
border-color: #619ACE;
}
</style>