Shades of Picton Blue #61A5C9
Tints of Picton Blue #61A5C9
RGB
CMYK
RGB Variations
Color information
#61A5C9 (or 0x61A5C9) is known color: Picton Blue. HEX triplet: 61, A5 and C9. RGB value is (97,165,201). Sum of RGB (Red+Green+Blue) = 97+165+201=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 165 (64.84% from 255 or 35.64% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #61A5C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5C9 is #9E5A36. Grayscale: #949494. Windows color (decimal): -10377783 or 13215073. OLE color: 13215073.
HSL color Cylindrical-coordinate representation of color #61A5C9: hue angle of 200.77º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61A5C9 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 165 | 201 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.21 |
| HSL | 200.77º | 0.49% | 0.58% | - |
| HSV(B) | 200.77º | 0.52% | 0.79% | - |
| XYZ | 28.93 | 33.67 | 60.23 | - |
| YUV | 148.77 | 157.47 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 201 | 0.52 | 0.18 | 0 | 0.21 | 200.77 | 0.49 | 0.58 |
| Hex | 61 | A5 | C9 | 34 | 12 | 0 | 15 | C9 | 31 | 3A |
| Octal | 141 | 245 | 311 | 64 | 22 | 0 | 25 | 311 | 61 | 72 |
| Binary | 1100001 | 10100101 | 11001001 | 110100 | 10010 | 0 | 10101 | 11001001 | 110001 | 111010 |
Color Harmonies of #61A5C9
Complementary color
Monochromatic Colors of #61A5C9
Black with #61A5C9
Text Example
Text Example
White with #61A5C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A5C9; }
p { color: rgb(97,165,201); }
H1.HeaderClassName
{
color: #61A5C9;
}
.AnyTagClassName
{
color: #61A5C9;
}
</style>
background-color css
<style>
a { background-color: #61A5C9; }
a { background-color: rgb(97,165,201); }
div.DivClassName
{
background-color: #61A5C9;
}
.BgClassName
{
background-color: #61A5C9;
}
</style>
border-color css
<style>
span { border-color: #61A5C9; }
span { border-color: rgb(97,165,201); }
td.TdClassName
{
border-color: #61A5C9;
}
.TagClassName
{
border-color: #61A5C9;
}
</style>