Shades of Picton Blue #61ACCA
Tints of Picton Blue #61ACCA
RGB
CMYK
RGB Variations
Color information
#61ACCA (or 0x61ACCA) is known color: Picton Blue. HEX triplet: 61, AC and CA. RGB value is (97,172,202). Sum of RGB (Red+Green+Blue) = 97+172+202=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 172 (67.58% from 255 or 36.52% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #61ACCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACCA is #9E5335. Grayscale: #989898. Windows color (decimal): -10375990 or 13282401. OLE color: 13282401.
HSL color Cylindrical-coordinate representation of color #61ACCA: hue angle of 197.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61ACCA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 97 | 172 | 202 | - |
| CMYK | 0.52 | 0.15 | 0 | 0.21 |
| HSL | 197.14º | 0.5% | 0.59% | - |
| HSV(B) | 197.14º | 0.52% | 0.79% | - |
| XYZ | 30.34 | 36.31 | 61.29 | - |
| YUV | 153 | 155.65 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 202 | 0.52 | 0.15 | 0 | 0.21 | 197.14 | 0.5 | 0.59 |
| Hex | 61 | AC | CA | 34 | F | 0 | 15 | C5 | 32 | 3B |
| Octal | 141 | 254 | 312 | 64 | 17 | 0 | 25 | 305 | 62 | 73 |
| Binary | 1100001 | 10101100 | 11001010 | 110100 | 1111 | 0 | 10101 | 11000101 | 110010 | 111011 |
Color Harmonies of #61ACCA
Complementary color
Monochromatic Colors of #61ACCA
Black with #61ACCA
Text Example
Text Example
White with #61ACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ACCA; }
p { color: rgb(97,172,202); }
H1.HeaderClassName
{
color: #61ACCA;
}
.AnyTagClassName
{
color: #61ACCA;
}
</style>
background-color css
<style>
a { background-color: #61ACCA; }
a { background-color: rgb(97,172,202); }
div.DivClassName
{
background-color: #61ACCA;
}
.BgClassName
{
background-color: #61ACCA;
}
</style>
border-color css
<style>
span { border-color: #61ACCA; }
span { border-color: rgb(97,172,202); }
td.TdClassName
{
border-color: #61ACCA;
}
.TagClassName
{
border-color: #61ACCA;
}
</style>