Shades of Picton Blue #61A1DA
Tints of Picton Blue #61A1DA
RGB
CMYK
RGB Variations
Color information
#61A1DA (or 0x61A1DA) is known color: Picton Blue. HEX triplet: 61, A1 and DA. RGB value is (97,161,218). Sum of RGB (Red+Green+Blue) = 97+161+218=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #61A1DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A1DA is #9E5E25. Grayscale: #949494. Windows color (decimal): -10378790 or 14328161. OLE color: 14328161.
HSL color Cylindrical-coordinate representation of color #61A1DA: hue angle of 208.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A1DA is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 161 | 218 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.15 |
| HSL | 208.26º | 0.62% | 0.62% | - |
| HSV(B) | 208.26º | 0.56% | 0.85% | - |
| XYZ | 30.33 | 33.09 | 71.12 | - |
| YUV | 148.36 | 167.3 | 91.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 161 | 218 | 0.56 | 0.26 | 0 | 0.15 | 208.26 | 0.62 | 0.62 |
| Hex | 61 | A1 | DA | 38 | 1A | 0 | F | D0 | 3E | 3E |
| Octal | 141 | 241 | 332 | 70 | 32 | 0 | 17 | 320 | 76 | 76 |
| Binary | 1100001 | 10100001 | 11011010 | 111000 | 11010 | 0 | 1111 | 11010000 | 111110 | 111110 |
Color Harmonies of #61A1DA
Complementary color
Monochromatic Colors of #61A1DA
Black with #61A1DA
Text Example
Text Example
White with #61A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A1DA; }
p { color: rgb(97,161,218); }
H1.HeaderClassName
{
color: #61A1DA;
}
.AnyTagClassName
{
color: #61A1DA;
}
</style>
background-color css
<style>
a { background-color: #61A1DA; }
a { background-color: rgb(97,161,218); }
div.DivClassName
{
background-color: #61A1DA;
}
.BgClassName
{
background-color: #61A1DA;
}
</style>
border-color css
<style>
span { border-color: #61A1DA; }
span { border-color: rgb(97,161,218); }
td.TdClassName
{
border-color: #61A1DA;
}
.TagClassName
{
border-color: #61A1DA;
}
</style>