Shades of Picton Blue #61A0DF
Tints of Picton Blue #61A0DF
RGB
CMYK
RGB Variations
Color information
#61A0DF (or 0x61A0DF) is known color: Picton Blue. HEX triplet: 61, A0 and DF. RGB value is (97,160,223). Sum of RGB (Red+Green+Blue) = 97+160+223=480 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.21% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #61A0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A0DF is #9E5F20. Grayscale: #949494. Windows color (decimal): -10379041 or 14655585. OLE color: 14655585.
HSL color Cylindrical-coordinate representation of color #61A0DF: hue angle of 210º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61A0DF is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 160 | 223 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.13 |
| HSL | 210º | 0.66% | 0.63% | - |
| HSV(B) | 210º | 0.57% | 0.87% | - |
| XYZ | 30.82 | 33.01 | 74.56 | - |
| YUV | 148.35 | 170.13 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 160 | 223 | 0.57 | 0.28 | 0 | 0.13 | 210 | 0.66 | 0.63 |
| Hex | 61 | A0 | DF | 39 | 1C | 0 | D | D2 | 42 | 3F |
| Octal | 141 | 240 | 337 | 71 | 34 | 0 | 15 | 322 | 102 | 77 |
| Binary | 1100001 | 10100000 | 11011111 | 111001 | 11100 | 0 | 1101 | 11010010 | 1000010 | 111111 |
Color Harmonies of #61A0DF
Complementary color
Monochromatic Colors of #61A0DF
Black with #61A0DF
Text Example
Text Example
White with #61A0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A0DF; }
p { color: rgb(97,160,223); }
H1.HeaderClassName
{
color: #61A0DF;
}
.AnyTagClassName
{
color: #61A0DF;
}
</style>
background-color css
<style>
a { background-color: #61A0DF; }
a { background-color: rgb(97,160,223); }
div.DivClassName
{
background-color: #61A0DF;
}
.BgClassName
{
background-color: #61A0DF;
}
</style>
border-color css
<style>
span { border-color: #61A0DF; }
span { border-color: rgb(97,160,223); }
td.TdClassName
{
border-color: #61A0DF;
}
.TagClassName
{
border-color: #61A0DF;
}
</style>