Shades of Picton Blue #61AECA
Tints of Picton Blue #61AECA
RGB
CMYK
RGB Variations
Color information
#61AECA (or 0x61AECA) is known color: Picton Blue. HEX triplet: 61, AE and CA. RGB value is (97,174,202). Sum of RGB (Red+Green+Blue) = 97+174+202=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 174 (68.36% from 255 or 36.79% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #61AECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AECA is #9E5135. Grayscale: #999999. Windows color (decimal): -10375478 or 13282913. OLE color: 13282913.
HSL color Cylindrical-coordinate representation of color #61AECA: hue angle of 196º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61AECA is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 174 | 202 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.21 |
| HSL | 196º | 0.5% | 0.59% | - |
| HSV(B) | 196º | 0.52% | 0.79% | - |
| XYZ | 30.73 | 37.08 | 61.41 | - |
| YUV | 154.17 | 154.99 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 202 | 0.52 | 0.14 | 0 | 0.21 | 196 | 0.5 | 0.59 |
| Hex | 61 | AE | CA | 34 | E | 0 | 15 | C4 | 32 | 3B |
| Octal | 141 | 256 | 312 | 64 | 16 | 0 | 25 | 304 | 62 | 73 |
| Binary | 1100001 | 10101110 | 11001010 | 110100 | 1110 | 0 | 10101 | 11000100 | 110010 | 111011 |
Color Harmonies of #61AECA
Complementary color
Monochromatic Colors of #61AECA
Black with #61AECA
Text Example
Text Example
White with #61AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AECA; }
p { color: rgb(97,174,202); }
H1.HeaderClassName
{
color: #61AECA;
}
.AnyTagClassName
{
color: #61AECA;
}
</style>
background-color css
<style>
a { background-color: #61AECA; }
a { background-color: rgb(97,174,202); }
div.DivClassName
{
background-color: #61AECA;
}
.BgClassName
{
background-color: #61AECA;
}
</style>
border-color css
<style>
span { border-color: #61AECA; }
span { border-color: rgb(97,174,202); }
td.TdClassName
{
border-color: #61AECA;
}
.TagClassName
{
border-color: #61AECA;
}
</style>