Shades of Picton Blue #61A3CF
Tints of Picton Blue #61A3CF
RGB
CMYK
RGB Variations
Color information
#61A3CF (or 0x61A3CF) is known color: Picton Blue. HEX triplet: 61, A3 and CF. RGB value is (97,163,207). Sum of RGB (Red+Green+Blue) = 97+163+207=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 207 (81.25% from 255 or 44.33% from 467); Max value from RGB is 207 - color contains mainly: blue. Hex color #61A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A3CF is #9E5C30. Grayscale: #949494. Windows color (decimal): -10378289 or 13607777. OLE color: 13607777.
HSL color Cylindrical-coordinate representation of color #61A3CF: hue angle of 204º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61A3CF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 163 | 207 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.19 |
| HSL | 204º | 0.53% | 0.6% | - |
| HSV(B) | 204º | 0.53% | 0.81% | - |
| XYZ | 29.29 | 33.24 | 63.9 | - |
| YUV | 148.28 | 161.13 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 163 | 207 | 0.53 | 0.21 | 0 | 0.19 | 204 | 0.53 | 0.6 |
| Hex | 61 | A3 | CF | 35 | 15 | 0 | 13 | CC | 35 | 3C |
| Octal | 141 | 243 | 317 | 65 | 25 | 0 | 23 | 314 | 65 | 74 |
| Binary | 1100001 | 10100011 | 11001111 | 110101 | 10101 | 0 | 10011 | 11001100 | 110101 | 111100 |
Color Harmonies of #61A3CF
Complementary color
Monochromatic Colors of #61A3CF
Black with #61A3CF
Text Example
Text Example
White with #61A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A3CF; }
p { color: rgb(97,163,207); }
H1.HeaderClassName
{
color: #61A3CF;
}
.AnyTagClassName
{
color: #61A3CF;
}
</style>
background-color css
<style>
a { background-color: #61A3CF; }
a { background-color: rgb(97,163,207); }
div.DivClassName
{
background-color: #61A3CF;
}
.BgClassName
{
background-color: #61A3CF;
}
</style>
border-color css
<style>
span { border-color: #61A3CF; }
span { border-color: rgb(97,163,207); }
td.TdClassName
{
border-color: #61A3CF;
}
.TagClassName
{
border-color: #61A3CF;
}
</style>