Shades of Picton Blue #61A4CA
Tints of Picton Blue #61A4CA
RGB
CMYK
RGB Variations
Color information
#61A4CA (or 0x61A4CA) is known color: Picton Blue. HEX triplet: 61, A4 and CA. RGB value is (97,164,202). Sum of RGB (Red+Green+Blue) = 97+164+202=463 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.95% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #61A4CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A4CA is #9E5B35. Grayscale: #949494. Windows color (decimal): -10378038 or 13280353. OLE color: 13280353.
HSL color Cylindrical-coordinate representation of color #61A4CA: hue angle of 201.71º 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 #61A4CA is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 164 | 202 | - |
| CMYK | 0.52 | 0.19 | 0 | 0.21 |
| HSL | 201.71º | 0.5% | 0.59% | - |
| HSV(B) | 201.71º | 0.52% | 0.79% | - |
| XYZ | 28.87 | 33.36 | 60.79 | - |
| YUV | 148.3 | 158.3 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 164 | 202 | 0.52 | 0.19 | 0 | 0.21 | 201.71 | 0.5 | 0.59 |
| Hex | 61 | A4 | CA | 34 | 13 | 0 | 15 | CA | 32 | 3B |
| Octal | 141 | 244 | 312 | 64 | 23 | 0 | 25 | 312 | 62 | 73 |
| Binary | 1100001 | 10100100 | 11001010 | 110100 | 10011 | 0 | 10101 | 11001010 | 110010 | 111011 |
Color Harmonies of #61A4CA
Complementary color
Monochromatic Colors of #61A4CA
Black with #61A4CA
Text Example
Text Example
White with #61A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A4CA; }
p { color: rgb(97,164,202); }
H1.HeaderClassName
{
color: #61A4CA;
}
.AnyTagClassName
{
color: #61A4CA;
}
</style>
background-color css
<style>
a { background-color: #61A4CA; }
a { background-color: rgb(97,164,202); }
div.DivClassName
{
background-color: #61A4CA;
}
.BgClassName
{
background-color: #61A4CA;
}
</style>
border-color css
<style>
span { border-color: #61A4CA; }
span { border-color: rgb(97,164,202); }
td.TdClassName
{
border-color: #61A4CA;
}
.TagClassName
{
border-color: #61A4CA;
}
</style>