Shades of Picton Blue #61AECF
Tints of Picton Blue #61AECF
RGB
CMYK
RGB Variations
Color information
#61AECF (or 0x61AECF) is known color: Picton Blue. HEX triplet: 61, AE and CF. RGB value is (97,174,207). Sum of RGB (Red+Green+Blue) = 97+174+207=478 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.29% from 478); Green value is 174 (68.36% from 255 or 36.40% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #61AECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AECF is #9E5130. Grayscale: #9A9A9A. Windows color (decimal): -10375473 or 13610593. OLE color: 13610593.
HSL color Cylindrical-coordinate representation of color #61AECF: hue angle of 198º 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 #61AECF is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 174 | 207 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.19 |
| HSL | 198º | 0.53% | 0.6% | - |
| HSV(B) | 198º | 0.53% | 0.81% | - |
| XYZ | 31.33 | 37.32 | 64.58 | - |
| YUV | 154.74 | 157.49 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 174 | 207 | 0.53 | 0.16 | 0 | 0.19 | 198 | 0.53 | 0.6 |
| Hex | 61 | AE | CF | 35 | 10 | 0 | 13 | C6 | 35 | 3C |
| Octal | 141 | 256 | 317 | 65 | 20 | 0 | 23 | 306 | 65 | 74 |
| Binary | 1100001 | 10101110 | 11001111 | 110101 | 10000 | 0 | 10011 | 11000110 | 110101 | 111100 |
Color Harmonies of #61AECF
Complementary color
Monochromatic Colors of #61AECF
Black with #61AECF
Text Example
Text Example
White with #61AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AECF; }
p { color: rgb(97,174,207); }
H1.HeaderClassName
{
color: #61AECF;
}
.AnyTagClassName
{
color: #61AECF;
}
</style>
background-color css
<style>
a { background-color: #61AECF; }
a { background-color: rgb(97,174,207); }
div.DivClassName
{
background-color: #61AECF;
}
.BgClassName
{
background-color: #61AECF;
}
</style>
border-color css
<style>
span { border-color: #61AECF; }
span { border-color: rgb(97,174,207); }
td.TdClassName
{
border-color: #61AECF;
}
.TagClassName
{
border-color: #61AECF;
}
</style>