Shades of Picton Blue #61ABD9
Tints of Picton Blue #61ABD9
RGB
CMYK
RGB Variations
Color information
#61ABD9 (or 0x61ABD9) is known color: Picton Blue. HEX triplet: 61, AB and D9. RGB value is (97,171,217). Sum of RGB (Red+Green+Blue) = 97+171+217=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 217 (85.16% from 255 or 44.74% from 485); Max value from RGB is 217 - color contains mainly: blue. Hex color #61ABD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ABD9 is #9E5426. Grayscale: #999999. Windows color (decimal): -10376231 or 14265185. OLE color: 14265185.
HSL color Cylindrical-coordinate representation of color #61ABD9: hue angle of 203º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61ABD9 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 97 | 171 | 217 | - |
CMYK | 0.55 | 0.21 | 0 | 0.15 |
HSL | 203º | 0.61% | 0.62% | - |
HSV(B) | 203º | 0.55% | 0.85% | - |
XYZ | 32.02 | 36.68 | 71.04 | - |
YUV | 154.12 | 163.48 | 87.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 171 | 217 | 0.55 | 0.21 | 0 | 0.15 | 203 | 0.61 | 0.62 |
Hex | 61 | AB | D9 | 37 | 15 | 0 | F | CB | 3D | 3E |
Octal | 141 | 253 | 331 | 67 | 25 | 0 | 17 | 313 | 75 | 76 |
Binary | 1100001 | 10101011 | 11011001 | 110111 | 10101 | 0 | 1111 | 11001011 | 111101 | 111110 |
Color Harmonies of #61ABD9
Complementary color
Monochromatic Colors of #61ABD9
Black with #61ABD9
Text Example
Text Example
White with #61ABD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ABD9; }
p { color: rgb(97,171,217); }
H1.HeaderClassName
{
color: #61ABD9;
}
.AnyTagClassName
{
color: #61ABD9;
}
</style>
background-color css
<style>
a { background-color: #61ABD9; }
a { background-color: rgb(97,171,217); }
div.DivClassName
{
background-color: #61ABD9;
}
.BgClassName
{
background-color: #61ABD9;
}
</style>
border-color css
<style>
span { border-color: #61ABD9; }
span { border-color: rgb(97,171,217); }
td.TdClassName
{
border-color: #61ABD9;
}
.TagClassName
{
border-color: #61ABD9;
}
</style>