#61AACA

Color #61AACA Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #61AACA

Tints of Picton Blue #61AACA

Color information

#61AACA (or 0x61AACA) is unknown color: approx Picton Blue. HEX triplet: 61, AA and CA. RGB value is (97,170,202). Sum of RGB (Red+Green+Blue) = 97+170+202=469 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.68% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #61AACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AACA is #9E5535. Grayscale: #979797. Windows color (decimal): -10376502 or 13281889. OLE color: 13281889.

HSL color Cylindrical-coordinate representation of color #61AACA: hue angle of 198.29º 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 #61AACA is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB97170202-
CMYK0.520.1600.21
HSL198.29º49.76%58.63%-
HSV(B)198.29º51.98%79.22%-
XYZ29.9735.5661.16-
YUV151.82156.3288.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 20.68%
GREEN value IS 170 (66.80% from 255) = 36.25%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=20.68%
G=36.25%
B=43.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal971702020.520.1600.21198.2949.7658.63
Hex61AACA3410015c6323b
Octal14125231264200253066273
Binary110000110101010110010101101001000001010111000110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61AACA; }

 p { color: rgb(97,170,202); }

 H1.HeaderClassName
 {
   color: #61AACA;
 }
 .AnyTagClassName
 {
   color: #61AACA;
 }
</style>
background-color css

<style>
 a { background-color: #61AACA; }

 a { background-color: rgb(97,170,202); }

 div.DivClassName
 {
   background-color: #61AACA;
 }
 .BgClassName
 {
   background-color: #61AACA;
 }
</style>
border-color css

<style>
 span { border-color: #61AACA; }

 span { border-color: rgb(97,170,202); }

 td.TdClassName
 {
   border-color: #61AACA;
 }
 .TagClassName
 {
   border-color: #61AACA;
 }
</style>