Shades of Picton Blue #61A5CA
Tints of Picton Blue #61A5CA
RGB
CMYK
RGB Variations
Color information
#61A5CA (or 0x61A5CA) is known color: Picton Blue. HEX triplet: 61, A5 and CA. RGB value is (97,165,202). Sum of RGB (Red+Green+Blue) = 97+165+202=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #61A5CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A5CA is #9E5A35. Grayscale: #949494. Windows color (decimal): -10377782 or 13280609. OLE color: 13280609.
HSL color Cylindrical-coordinate representation of color #61A5CA: hue angle of 201.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61A5CA is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 165 | 202 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.21 |
| HSL | 201.14º | 0.5% | 0.59% | - |
| HSV(B) | 201.14º | 0.52% | 0.79% | - |
| XYZ | 29.05 | 33.72 | 60.85 | - |
| YUV | 148.89 | 157.97 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 165 | 202 | 0.52 | 0.18 | 0 | 0.21 | 201.14 | 0.5 | 0.59 |
| Hex | 61 | A5 | CA | 34 | 12 | 0 | 15 | C9 | 32 | 3B |
| Octal | 141 | 245 | 312 | 64 | 22 | 0 | 25 | 311 | 62 | 73 |
| Binary | 1100001 | 10100101 | 11001010 | 110100 | 10010 | 0 | 10101 | 11001001 | 110010 | 111011 |
Color Harmonies of #61A5CA
Complementary color
Monochromatic Colors of #61A5CA
Black with #61A5CA
Text Example
Text Example
White with #61A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A5CA; }
p { color: rgb(97,165,202); }
H1.HeaderClassName
{
color: #61A5CA;
}
.AnyTagClassName
{
color: #61A5CA;
}
</style>
background-color css
<style>
a { background-color: #61A5CA; }
a { background-color: rgb(97,165,202); }
div.DivClassName
{
background-color: #61A5CA;
}
.BgClassName
{
background-color: #61A5CA;
}
</style>
border-color css
<style>
span { border-color: #61A5CA; }
span { border-color: rgb(97,165,202); }
td.TdClassName
{
border-color: #61A5CA;
}
.TagClassName
{
border-color: #61A5CA;
}
</style>