Shades of Picton Blue #61A0CC
Tints of Picton Blue #61A0CC
RGB
CMYK
RGB Variations
Color information
#61A0CC (or 0x61A0CC) is known color: Picton Blue. HEX triplet: 61, A0 and CC. RGB value is (97,160,204). Sum of RGB (Red+Green+Blue) = 97+160+204=461 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.04% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #61A0CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0CC is #9E5F33. Grayscale: #919191. Windows color (decimal): -10379060 or 13410401. OLE color: 13410401.
HSL color Cylindrical-coordinate representation of color #61A0CC: hue angle of 204.67º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61A0CC is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 160 | 204 | - |
| CMYK | 0.52 | 0.22 | 0 | 0.2 |
| HSL | 204.67º | 0.51% | 0.59% | - |
| HSV(B) | 204.67º | 0.52% | 0.8% | - |
| XYZ | 28.4 | 32.04 | 61.81 | - |
| YUV | 146.18 | 160.63 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 204 | 0.52 | 0.22 | 0 | 0.2 | 204.67 | 0.51 | 0.59 |
| Hex | 61 | A0 | CC | 34 | 16 | 0 | 14 | CD | 33 | 3B |
| Octal | 141 | 240 | 314 | 64 | 26 | 0 | 24 | 315 | 63 | 73 |
| Binary | 1100001 | 10100000 | 11001100 | 110100 | 10110 | 0 | 10100 | 11001101 | 110011 | 111011 |
Color Harmonies of #61A0CC
Complementary color
Monochromatic Colors of #61A0CC
Black with #61A0CC
Text Example
Text Example
White with #61A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A0CC; }
p { color: rgb(97,160,204); }
H1.HeaderClassName
{
color: #61A0CC;
}
.AnyTagClassName
{
color: #61A0CC;
}
</style>
background-color css
<style>
a { background-color: #61A0CC; }
a { background-color: rgb(97,160,204); }
div.DivClassName
{
background-color: #61A0CC;
}
.BgClassName
{
background-color: #61A0CC;
}
</style>
border-color css
<style>
span { border-color: #61A0CC; }
span { border-color: rgb(97,160,204); }
td.TdClassName
{
border-color: #61A0CC;
}
.TagClassName
{
border-color: #61A0CC;
}
</style>