Shades of Picton Blue #61A4E1
Tints of Picton Blue #61A4E1
RGB
CMYK
RGB Variations
Color information
#61A4E1 (or 0x61A4E1) is known color: Picton Blue. HEX triplet: 61, A4 and E1. RGB value is (97,164,225). Sum of RGB (Red+Green+Blue) = 97+164+225=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #61A4E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A4E1 is #9E5B1E. Grayscale: #969696. Windows color (decimal): -10378015 or 14787681. OLE color: 14787681.
HSL color Cylindrical-coordinate representation of color #61A4E1: hue angle of 208.59º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61A4E1 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 164 | 225 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.12 |
| HSL | 208.59º | 0.68% | 0.63% | - |
| HSV(B) | 208.59º | 0.57% | 0.88% | - |
| XYZ | 31.8 | 34.53 | 76.22 | - |
| YUV | 150.92 | 169.8 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 225 | 0.57 | 0.27 | 0 | 0.12 | 208.59 | 0.68 | 0.63 |
| Hex | 61 | A4 | E1 | 39 | 1B | 0 | C | D1 | 44 | 3F |
| Octal | 141 | 244 | 341 | 71 | 33 | 0 | 14 | 321 | 104 | 77 |
| Binary | 1100001 | 10100100 | 11100001 | 111001 | 11011 | 0 | 1100 | 11010001 | 1000100 | 111111 |
Color Harmonies of #61A4E1
Complementary color
Monochromatic Colors of #61A4E1
Black with #61A4E1
Text Example
Text Example
White with #61A4E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A4E1; }
p { color: rgb(97,164,225); }
H1.HeaderClassName
{
color: #61A4E1;
}
.AnyTagClassName
{
color: #61A4E1;
}
</style>
background-color css
<style>
a { background-color: #61A4E1; }
a { background-color: rgb(97,164,225); }
div.DivClassName
{
background-color: #61A4E1;
}
.BgClassName
{
background-color: #61A4E1;
}
</style>
border-color css
<style>
span { border-color: #61A4E1; }
span { border-color: rgb(97,164,225); }
td.TdClassName
{
border-color: #61A4E1;
}
.TagClassName
{
border-color: #61A4E1;
}
</style>