Shades of Picton Blue #61A1DB
Tints of Picton Blue #61A1DB
RGB
CMYK
RGB Variations
Color information
#61A1DB (or 0x61A1DB) is known color: Picton Blue. HEX triplet: 61, A1 and DB. RGB value is (97,161,219). Sum of RGB (Red+Green+Blue) = 97+161+219=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 161 (63.28% from 255 or 33.75% from 477); Blue value is 219 (85.94% from 255 or 45.91% from 477); Max value from RGB is 219 - color contains mainly: blue. Hex color #61A1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1DB is #9E5E24. Grayscale: #949494. Windows color (decimal): -10378789 or 14393697. OLE color: 14393697.
HSL color Cylindrical-coordinate representation of color #61A1DB: hue angle of 208.52º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A1DB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 161 | 219 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.14 |
| HSL | 208.52º | 0.63% | 0.62% | - |
| HSV(B) | 208.52º | 0.56% | 0.86% | - |
| XYZ | 30.46 | 33.15 | 71.81 | - |
| YUV | 148.48 | 167.8 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 219 | 0.56 | 0.26 | 0 | 0.14 | 208.52 | 0.63 | 0.62 |
| Hex | 61 | A1 | DB | 38 | 1A | 0 | E | D1 | 3F | 3E |
| Octal | 141 | 241 | 333 | 70 | 32 | 0 | 16 | 321 | 77 | 76 |
| Binary | 1100001 | 10100001 | 11011011 | 111000 | 11010 | 0 | 1110 | 11010001 | 111111 | 111110 |
Color Harmonies of #61A1DB
Complementary color
Monochromatic Colors of #61A1DB
Black with #61A1DB
Text Example
Text Example
White with #61A1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A1DB; }
p { color: rgb(97,161,219); }
H1.HeaderClassName
{
color: #61A1DB;
}
.AnyTagClassName
{
color: #61A1DB;
}
</style>
background-color css
<style>
a { background-color: #61A1DB; }
a { background-color: rgb(97,161,219); }
div.DivClassName
{
background-color: #61A1DB;
}
.BgClassName
{
background-color: #61A1DB;
}
</style>
border-color css
<style>
span { border-color: #61A1DB; }
span { border-color: rgb(97,161,219); }
td.TdClassName
{
border-color: #61A1DB;
}
.TagClassName
{
border-color: #61A1DB;
}
</style>