#61ACC6

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

Shades of Picton Blue #61ACC6

Tints of Picton Blue #61ACC6

Color information

#61ACC6 (or 0x61ACC6) is unknown color: approx Picton Blue. HEX triplet: 61, AC and C6. RGB value is (97,172,198). Sum of RGB (Red+Green+Blue) = 97+172+198=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #61ACC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61ACC6 is #9E5339. Grayscale: #989898. Windows color (decimal): -10375994 or 13020257. OLE color: 13020257.

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

Color convert

RGB97172198-
CMYK0.510.1300.22
HSL195.45º46.98%57.84%-
HSV(B)195.45º51.01%77.65%-
XYZ29.8836.1258.82-
YUV152.54153.6588.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20.77%
GREEN value IS 172 (67.58% from 255) = 36.83%
BLUE value IS 198 (77.73% from 255) = 42.40%
R=20.77%
G=36.83%
B=42.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971721980.510.1300.22195.4546.9857.84
Hex61ACC633D016c32f3a
Octal14125430663150263035772
Binary11000011010110011000110110011110101011011000011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,172,198); }

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

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

 a { background-color: rgb(97,172,198); }

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

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

 span { border-color: rgb(97,172,198); }

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