#61AAC7

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

Shades of Picton Blue #61AAC7

Tints of Picton Blue #61AAC7

Color information

#61AAC7 (or 0x61AAC7) is unknown color: approx Picton Blue. HEX triplet: 61, AA and C7. RGB value is (97,170,199). Sum of RGB (Red+Green+Blue) = 97+170+199=466 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.82% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #61AAC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61AAC7 is #9E5538. Grayscale: #979797. Windows color (decimal): -10376505 or 13085281. OLE color: 13085281.

HSL color Cylindrical-coordinate representation of color #61AAC7: hue angle of 197.06º 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 #61AAC7 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97170199-
CMYK0.510.1500.22
HSL197.06º47.66%58.04%-
HSV(B)197.06º51.26%78.04%-
XYZ29.6135.4159.31-
YUV151.48154.8289.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.82%
GREEN value IS 170 (66.80% from 255) = 36.48%
BLUE value IS 199 (78.12% from 255) = 42.70%
R=20.82%
G=36.48%
B=42.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971701990.510.1500.22197.0647.6658.04
Hex61AAC733F016c5303a
Octal14125230763170263056072
Binary11000011010101011000111110011111101011011000101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61AAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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