Shades of Picton Blue #61AAC8
Tints of Picton Blue #61AAC8
RGB
CMYK
RGB Variations
Color information
#61AAC8 (or 0x61AAC8) is known color: Picton Blue. HEX triplet: 61, AA and C8. RGB value is (97,170,200). Sum of RGB (Red+Green+Blue) = 97+170+200=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #61AAC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAC8 is #9E5537. Grayscale: #979797. Windows color (decimal): -10376504 or 13150817. OLE color: 13150817.
HSL color Cylindrical-coordinate representation of color #61AAC8: hue angle of 197.48º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61AAC8 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 170 | 200 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.22 |
| HSL | 197.48º | 0.48% | 0.58% | - |
| HSV(B) | 197.48º | 0.52% | 0.78% | - |
| XYZ | 29.73 | 35.46 | 59.92 | - |
| YUV | 151.59 | 155.32 | 89.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 170 | 200 | 0.52 | 0.15 | 0 | 0.22 | 197.48 | 0.48 | 0.58 |
| Hex | 61 | AA | C8 | 34 | F | 0 | 16 | C5 | 30 | 3A |
| Octal | 141 | 252 | 310 | 64 | 17 | 0 | 26 | 305 | 60 | 72 |
| Binary | 1100001 | 10101010 | 11001000 | 110100 | 1111 | 0 | 10110 | 11000101 | 110000 | 111010 |
Color Harmonies of #61AAC8
Complementary color
Monochromatic Colors of #61AAC8
Black with #61AAC8
Text Example
Text Example
White with #61AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AAC8; }
p { color: rgb(97,170,200); }
H1.HeaderClassName
{
color: #61AAC8;
}
.AnyTagClassName
{
color: #61AAC8;
}
</style>
background-color css
<style>
a { background-color: #61AAC8; }
a { background-color: rgb(97,170,200); }
div.DivClassName
{
background-color: #61AAC8;
}
.BgClassName
{
background-color: #61AAC8;
}
</style>
border-color css
<style>
span { border-color: #61AAC8; }
span { border-color: rgb(97,170,200); }
td.TdClassName
{
border-color: #61AAC8;
}
.TagClassName
{
border-color: #61AAC8;
}
</style>