Shades of Picton Blue #61A6DF
Tints of Picton Blue #61A6DF
RGB
CMYK
RGB Variations
Color information
#61A6DF (or 0x61A6DF) is known color: Picton Blue. HEX triplet: 61, A6 and DF. RGB value is (97,166,223). Sum of RGB (Red+Green+Blue) = 97+166+223=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #61A6DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A6DF is #9E5920. Grayscale: #979797. Windows color (decimal): -10377505 or 14657121. OLE color: 14657121.
HSL color Cylindrical-coordinate representation of color #61A6DF: hue angle of 207.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61A6DF is Cyan = 0.57, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 166 | 223 | - |
| CMYK | 0.57 | 0.26 | 0 | 0.13 |
| HSL | 207.14º | 0.66% | 0.63% | - |
| HSV(B) | 207.14º | 0.57% | 0.87% | - |
| XYZ | 31.89 | 35.14 | 74.91 | - |
| YUV | 151.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 166 | 223 | 0.57 | 0.26 | 0 | 0.13 | 207.14 | 0.66 | 0.63 |
| Hex | 61 | A6 | DF | 39 | 1A | 0 | D | CF | 42 | 3F |
| Octal | 141 | 246 | 337 | 71 | 32 | 0 | 15 | 317 | 102 | 77 |
| Binary | 1100001 | 10100110 | 11011111 | 111001 | 11010 | 0 | 1101 | 11001111 | 1000010 | 111111 |
Color Harmonies of #61A6DF
Complementary color
Monochromatic Colors of #61A6DF
Black with #61A6DF
Text Example
Text Example
White with #61A6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A6DF; }
p { color: rgb(97,166,223); }
H1.HeaderClassName
{
color: #61A6DF;
}
.AnyTagClassName
{
color: #61A6DF;
}
</style>
background-color css
<style>
a { background-color: #61A6DF; }
a { background-color: rgb(97,166,223); }
div.DivClassName
{
background-color: #61A6DF;
}
.BgClassName
{
background-color: #61A6DF;
}
</style>
border-color css
<style>
span { border-color: #61A6DF; }
span { border-color: rgb(97,166,223); }
td.TdClassName
{
border-color: #61A6DF;
}
.TagClassName
{
border-color: #61A6DF;
}
</style>