Shades of Picton Blue #61A8DD
Tints of Picton Blue #61A8DD
RGB
CMYK
RGB Variations
Color information
#61A8DD (or 0x61A8DD) is known color: Picton Blue. HEX triplet: 61, A8 and DD. RGB value is (97,168,221). Sum of RGB (Red+Green+Blue) = 97+168+221=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #61A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8DD is #9E5722. Grayscale: #989898. Windows color (decimal): -10376995 or 14526561. OLE color: 14526561.
HSL color Cylindrical-coordinate representation of color #61A8DD: hue angle of 205.65º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61A8DD is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 168 | 221 | - |
| CMYK | 0.56 | 0.24 | 0 | 0.13 |
| HSL | 205.65º | 0.65% | 0.62% | - |
| HSV(B) | 205.65º | 0.56% | 0.87% | - |
| XYZ | 31.98 | 35.77 | 73.62 | - |
| YUV | 152.81 | 166.48 | 88.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 168 | 221 | 0.56 | 0.24 | 0 | 0.13 | 205.65 | 0.65 | 0.62 |
| Hex | 61 | A8 | DD | 38 | 18 | 0 | D | CE | 41 | 3E |
| Octal | 141 | 250 | 335 | 70 | 30 | 0 | 15 | 316 | 101 | 76 |
| Binary | 1100001 | 10101000 | 11011101 | 111000 | 11000 | 0 | 1101 | 11001110 | 1000001 | 111110 |
Color Harmonies of #61A8DD
Complementary color
Monochromatic Colors of #61A8DD
Black with #61A8DD
Text Example
Text Example
White with #61A8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61A8DD; }
p { color: rgb(97,168,221); }
H1.HeaderClassName
{
color: #61A8DD;
}
.AnyTagClassName
{
color: #61A8DD;
}
</style>
background-color css
<style>
a { background-color: #61A8DD; }
a { background-color: rgb(97,168,221); }
div.DivClassName
{
background-color: #61A8DD;
}
.BgClassName
{
background-color: #61A8DD;
}
</style>
border-color css
<style>
span { border-color: #61A8DD; }
span { border-color: rgb(97,168,221); }
td.TdClassName
{
border-color: #61A8DD;
}
.TagClassName
{
border-color: #61A8DD;
}
</style>