Shades of Picton Blue #61ADD2
Tints of Picton Blue #61ADD2
RGB
CMYK
RGB Variations
Color information
#61ADD2 (or 0x61ADD2) is known color: Picton Blue. HEX triplet: 61, AD and D2. RGB value is (97,173,210). Sum of RGB (Red+Green+Blue) = 97+173+210=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 210 (82.42% from 255 or 43.75% from 480); Max value from RGB is 210 - color contains mainly: blue. Hex color #61ADD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ADD2 is #9E522D. Grayscale: #9A9A9A. Windows color (decimal): -10375726 or 13806945. OLE color: 13806945.
HSL color Cylindrical-coordinate representation of color #61ADD2: hue angle of 199.65º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61ADD2 is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 173 | 210 | - |
| CMYK | 0.54 | 0.18 | 0 | 0.18 |
| HSL | 199.65º | 0.56% | 0.6% | - |
| HSV(B) | 199.65º | 0.54% | 0.82% | - |
| XYZ | 31.51 | 37.08 | 66.47 | - |
| YUV | 154.49 | 159.32 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 173 | 210 | 0.54 | 0.18 | 0 | 0.18 | 199.65 | 0.56 | 0.6 |
| Hex | 61 | AD | D2 | 36 | 12 | 0 | 12 | C8 | 38 | 3C |
| Octal | 141 | 255 | 322 | 66 | 22 | 0 | 22 | 310 | 70 | 74 |
| Binary | 1100001 | 10101101 | 11010010 | 110110 | 10010 | 0 | 10010 | 11001000 | 111000 | 111100 |
Color Harmonies of #61ADD2
Complementary color
Monochromatic Colors of #61ADD2
Black with #61ADD2
Text Example
Text Example
White with #61ADD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ADD2; }
p { color: rgb(97,173,210); }
H1.HeaderClassName
{
color: #61ADD2;
}
.AnyTagClassName
{
color: #61ADD2;
}
</style>
background-color css
<style>
a { background-color: #61ADD2; }
a { background-color: rgb(97,173,210); }
div.DivClassName
{
background-color: #61ADD2;
}
.BgClassName
{
background-color: #61ADD2;
}
</style>
border-color css
<style>
span { border-color: #61ADD2; }
span { border-color: rgb(97,173,210); }
td.TdClassName
{
border-color: #61ADD2;
}
.TagClassName
{
border-color: #61ADD2;
}
</style>