Shades of Picton Blue #61ABCC
Tints of Picton Blue #61ABCC
RGB
CMYK
RGB Variations
Color information
#61ABCC (or 0x61ABCC) is known color: Picton Blue. HEX triplet: 61, AB and CC. RGB value is (97,171,204). Sum of RGB (Red+Green+Blue) = 97+171+204=472 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.55% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #61ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABCC is #9E5433. Grayscale: #989898. Windows color (decimal): -10376244 or 13413217. OLE color: 13413217.
HSL color Cylindrical-coordinate representation of color #61ABCC: hue angle of 198.5º 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 #61ABCC is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 171 | 204 | - |
| CMYK | 0.52 | 0.16 | 0 | 0.2 |
| HSL | 198.5º | 0.51% | 0.59% | - |
| HSV(B) | 198.5º | 0.52% | 0.8% | - |
| XYZ | 30.39 | 36.03 | 62.48 | - |
| YUV | 152.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 171 | 204 | 0.52 | 0.16 | 0 | 0.2 | 198.5 | 0.51 | 0.59 |
| Hex | 61 | AB | CC | 34 | 10 | 0 | 14 | C7 | 33 | 3B |
| Octal | 141 | 253 | 314 | 64 | 20 | 0 | 24 | 307 | 63 | 73 |
| Binary | 1100001 | 10101011 | 11001100 | 110100 | 10000 | 0 | 10100 | 11000111 | 110011 | 111011 |
Color Harmonies of #61ABCC
Complementary color
Monochromatic Colors of #61ABCC
Black with #61ABCC
Text Example
Text Example
White with #61ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABCC; }
p { color: rgb(97,171,204); }
H1.HeaderClassName
{
color: #61ABCC;
}
.AnyTagClassName
{
color: #61ABCC;
}
</style>
background-color css
<style>
a { background-color: #61ABCC; }
a { background-color: rgb(97,171,204); }
div.DivClassName
{
background-color: #61ABCC;
}
.BgClassName
{
background-color: #61ABCC;
}
</style>
border-color css
<style>
span { border-color: #61ABCC; }
span { border-color: rgb(97,171,204); }
td.TdClassName
{
border-color: #61ABCC;
}
.TagClassName
{
border-color: #61ABCC;
}
</style>