Shades of Picton Blue #61A8C5
Tints of Picton Blue #61A8C5
RGB
CMYK
RGB Variations
Color information
#61A8C5 (or 0x61A8C5) is known color: Picton Blue. HEX triplet: 61, A8 and C5. RGB value is (97,168,197). Sum of RGB (Red+Green+Blue) = 97+168+197=462 (61% of max value = 765). Red value is 97 (38.28% from 255 or 21.00% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 197 (77.34% from 255 or 42.64% from 462); Max value from RGB is 197 - color contains mainly: blue. Hex color #61A8C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8C5 is #9E573A. Grayscale: #959595. Windows color (decimal): -10377019 or 12953697. OLE color: 12953697.
HSL color Cylindrical-coordinate representation of color #61A8C5: hue angle of 197.4º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61A8C5 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 168 | 197 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.23 |
| HSL | 197.4º | 0.46% | 0.58% | - |
| HSV(B) | 197.4º | 0.51% | 0.77% | - |
| XYZ | 29.01 | 34.58 | 57.97 | - |
| YUV | 150.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 197 | 0.51 | 0.15 | 0 | 0.23 | 197.4 | 0.46 | 0.58 |
| Hex | 61 | A8 | C5 | 33 | F | 0 | 17 | C5 | 2E | 3A |
| Octal | 141 | 250 | 305 | 63 | 17 | 0 | 27 | 305 | 56 | 72 |
| Binary | 1100001 | 10101000 | 11000101 | 110011 | 1111 | 0 | 10111 | 11000101 | 101110 | 111010 |
Color Harmonies of #61A8C5
Complementary color
Monochromatic Colors of #61A8C5
Black with #61A8C5
Text Example
Text Example
White with #61A8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8C5; }
p { color: rgb(97,168,197); }
H1.HeaderClassName
{
color: #61A8C5;
}
.AnyTagClassName
{
color: #61A8C5;
}
</style>
background-color css
<style>
a { background-color: #61A8C5; }
a { background-color: rgb(97,168,197); }
div.DivClassName
{
background-color: #61A8C5;
}
.BgClassName
{
background-color: #61A8C5;
}
</style>
border-color css
<style>
span { border-color: #61A8C5; }
span { border-color: rgb(97,168,197); }
td.TdClassName
{
border-color: #61A8C5;
}
.TagClassName
{
border-color: #61A8C5;
}
</style>