Shades of Picton Blue #61A1D6
Tints of Picton Blue #61A1D6
RGB
CMYK
RGB Variations
Color information
#61A1D6 (or 0x61A1D6) is known color: Picton Blue. HEX triplet: 61, A1 and D6. RGB value is (97,161,214). Sum of RGB (Red+Green+Blue) = 97+161+214=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 161 (63.28% from 255 or 34.11% from 472); Blue value is 214 (83.98% from 255 or 45.34% from 472); Max value from RGB is 214 - color contains mainly: blue. Hex color #61A1D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1D6 is #9E5E29. Grayscale: #939393. Windows color (decimal): -10378794 or 14066017. OLE color: 14066017.
HSL color Cylindrical-coordinate representation of color #61A1D6: hue angle of 207.18º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A1D6 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 161 | 214 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.16 |
| HSL | 207.18º | 0.59% | 0.61% | - |
| HSV(B) | 207.18º | 0.55% | 0.84% | - |
| XYZ | 29.81 | 32.89 | 68.39 | - |
| YUV | 147.91 | 165.3 | 91.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 214 | 0.55 | 0.25 | 0 | 0.16 | 207.18 | 0.59 | 0.61 |
| Hex | 61 | A1 | D6 | 37 | 19 | 0 | 10 | CF | 3B | 3D |
| Octal | 141 | 241 | 326 | 67 | 31 | 0 | 20 | 317 | 73 | 75 |
| Binary | 1100001 | 10100001 | 11010110 | 110111 | 11001 | 0 | 10000 | 11001111 | 111011 | 111101 |
Color Harmonies of #61A1D6
Complementary color
Monochromatic Colors of #61A1D6
Black with #61A1D6
Text Example
Text Example
White with #61A1D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A1D6; }
p { color: rgb(97,161,214); }
H1.HeaderClassName
{
color: #61A1D6;
}
.AnyTagClassName
{
color: #61A1D6;
}
</style>
background-color css
<style>
a { background-color: #61A1D6; }
a { background-color: rgb(97,161,214); }
div.DivClassName
{
background-color: #61A1D6;
}
.BgClassName
{
background-color: #61A1D6;
}
</style>
border-color css
<style>
span { border-color: #61A1D6; }
span { border-color: rgb(97,161,214); }
td.TdClassName
{
border-color: #61A1D6;
}
.TagClassName
{
border-color: #61A1D6;
}
</style>