Shades of Picton Blue #61A2D7
Tints of Picton Blue #61A2D7
RGB
CMYK
RGB Variations
Color information
#61A2D7 (or 0x61A2D7) is known color: Picton Blue. HEX triplet: 61, A2 and D7. RGB value is (97,162,215). Sum of RGB (Red+Green+Blue) = 97+162+215=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #61A2D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A2D7 is #9E5D28. Grayscale: #949494. Windows color (decimal): -10378537 or 14131809. OLE color: 14131809.
HSL color Cylindrical-coordinate representation of color #61A2D7: hue angle of 206.95º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61A2D7 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 162 | 215 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.16 |
| HSL | 206.95º | 0.6% | 0.61% | - |
| HSV(B) | 206.95º | 0.55% | 0.84% | - |
| XYZ | 30.12 | 33.29 | 69.13 | - |
| YUV | 148.61 | 165.47 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 162 | 215 | 0.55 | 0.25 | 0 | 0.16 | 206.95 | 0.6 | 0.61 |
| Hex | 61 | A2 | D7 | 37 | 19 | 0 | 10 | CF | 3C | 3D |
| Octal | 141 | 242 | 327 | 67 | 31 | 0 | 20 | 317 | 74 | 75 |
| Binary | 1100001 | 10100010 | 11010111 | 110111 | 11001 | 0 | 10000 | 11001111 | 111100 | 111101 |
Color Harmonies of #61A2D7
Complementary color
Monochromatic Colors of #61A2D7
Black with #61A2D7
Text Example
Text Example
White with #61A2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A2D7; }
p { color: rgb(97,162,215); }
H1.HeaderClassName
{
color: #61A2D7;
}
.AnyTagClassName
{
color: #61A2D7;
}
</style>
background-color css
<style>
a { background-color: #61A2D7; }
a { background-color: rgb(97,162,215); }
div.DivClassName
{
background-color: #61A2D7;
}
.BgClassName
{
background-color: #61A2D7;
}
</style>
border-color css
<style>
span { border-color: #61A2D7; }
span { border-color: rgb(97,162,215); }
td.TdClassName
{
border-color: #61A2D7;
}
.TagClassName
{
border-color: #61A2D7;
}
</style>